Add a New Canned Response
POST
/api/v1/accounts/{account_id}/canned_responses
Canned Responses
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/accounts//canned_responses' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"content": "string",
"short_code": "string"
}'
Response Response Example
200 - Example 1
{
"id": 0,
"content": "string",
"short_code": "string",
"account_id": 0
}
Request
Path Params
account_id
stringÂ
required
Body Params application/json; charset=utf-8