Create team message templateAsk AIpost https://api2.frontapp.com/teams/{team_id}/message_templatesCreate a new message template for the given team (workspace). Required scope: message_templates:writePath Paramsteam_idstringrequiredDefaults to tim_55c8c149The team IDBody ParamsMessage template to createnamestringrequiredName of the message templatesubjectstringSubject of the message template.bodystringrequiredBody of the message template. You can supply HTML with inline CSS to structure and style your template.folder_idstringID of the message template folder to place this message template ininbox_idsarray of stringsThe specific inboxes this template is available in. If unspecified or null, then it will be available in all inboxes. Array should be non-empty.inbox_idsADD stringattachmentsarray of filesBinary data of attached files. Must use Content-Type: multipart/form-data if specified. See example. Max 25 MB.attachmentsADD fileResponse 201A message templateUpdated 2 months ago