Update a specific message shortcut.
Last updated 3 years ago
PUT https://{{account_id}}.acquire.io/api/v1/crm/message-shortcut/{{shortcutId}}
PUT
https://{{account_id}}.acquire.io/api/v1/crm/message-shortcut/{{shortcutId}}
Update a specific shortcut. The shortcutId must passed in to the endpoint as a path parameter.
{ "data": { "id": 36, "shortcut_name": "New shorts Whistle", "type": null, "message": "", "messageJson": null, "messageHtml": "", "department": null, "groupName": null } }
{ "shortcut_name":"New Whistle", "message":"Hello New Messages Shortcuts" }
shortcutId
integer
Shortcut's ID
Authorization
string
Bearer {{api_key}}