patch
https://alpha.emaktalk.com/api/v1/canned_responses/
Updates the details of an existing canned response identified by its unique id.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Users can update a canned response or add a new text to an existing canned response.
Headers:
Authorization: Bearer [Token]
Body:
| Key | Description | Required |
|---|---|---|
| is_new | True or False Specifies whether adding a new text or just updating | Yes |
| canned_response_title | The Title of the Canned Response | Yes |
| default_language | The New Default Language (If Changed) | No |
| message_language | The Language of the Message | Yes |
| message_text | The Text Sent by that Canned Response | Yes |
| audio_message | The Audio Recording Played for the User | No |
| canned_response_text_uuid | The Unique Identifier of the Text Being Updated | Yes, if is_new = false |
