Update

Update a specific message shortcut.

Update Shortcut

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.

Path Parameters

NameTypeDescription

shortcutId

integer

Shortcut's ID

Headers

NameTypeDescription

Authorization

string

Bearer {{api_key}}

{
  "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"
}

Last updated