Update message templateAsk AIpatch https://api2.frontapp.com/message_templates/{message_template_id}Update message template Required scope: message_templates:writePath Paramsmessage_template_idstringrequiredDefaults to rsp_123The message template IDBody ParamsMessage template to updatenamestringName of the message templatesubjectstringSubject of the message templatebodystringBody of the message template. You can supply HTML with inline CSS to structure and style your template.folder_idstringID of the parent folder to be placed into. Goes into the root folder if unspecified or if null.inbox_idsarray of stringsThe specific inboxes this template is available in. If null, then it will be available in all inboxes. Array should be non-empty. If unspecified, will retain previous value.inbox_idsADD stringattachmentsarray of filesBinary data of attached files. Must use Content-Type: multipart/form-data if specified. See example. Max 25 MB. Specify an empty array to delete all attachments from a message template. If unspecified, it will retain previous value.attachmentsADD fileResponse 200A message templateUpdated 2 months ago