Create or edit a template message
Creates a template message in one of the creator's folders, or edits an existing one. Provide a folderUuid from GET /chats/templates/folders. Omit messageUuid to create the template (201); provide it to edit that template in place (200). A template must have text or at least one media attachment. An edit replaces the fields you send, so send the full template body rather than only the fields you are changing.
Headers
API version to use for the request
Request body
Response
Template message updated
Changes
Changed in 1 of the 2 revisions of this API.3
- ○
api operation id
createTemplateMessageremoved and replaced withupsertTemplateMessageapi-operation-id-removed
- ○
added the new optional request property
new-optional-request-property
- ○
added the success response with the status
response-success-status-added
- ○