v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
client

[BETA] create quick reply

Create a new quick reply. Returns the created quick reply with its generated id. Note: This endpoint is currently in beta and may change without notice.

post/instances/{id}/client/action/create-quick-reply

Path parameters

idinteger required

Instance ID

Request body

shortcutstring required
messagestring required
keywordsstring[]

Response

Quick reply created successfully

instanceIdstring

ID of the instance

status'success' | 'error'

Example response

{
  "instanceId": "1",
  "status": "success"
}