GET
https://api-us.engagor.com/{account_id}/settings/canned_response/{id}
Get a canned response with the ID.
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
canned_response
The canned response
POST
https://api-us.engagor.com/{account_id}/settings/canned_response/{id}
Add a canned response to your account, the URL param ID can be omitted.
Param | Description | Required | Default Value |
---|---|---|---|
response |
A JSON encoded object of canned_response you want to add |
Yes |
canned_response
The canned response
PUT
https://api-us.engagor.com/{account_id}/settings/canned_response/{id}
Update a canned response.
Param | Description | Required | Default Value |
---|---|---|---|
response |
A JSON encoded array of canned_response properties you want to add or update |
Yes |
Returns a JSON encoded array of canned_response
(or errors if update failed)
DELETE
https://api-us.engagor.com/{account_id}/settings/canned_response/{id}
Delete a canned response
Param | Description | Required | Default Value |
---|---|---|---|
This API endpoint doesn't need any parameters. |
Returns true/false which indicates if the deletion succeeded.