GET https://api.engagor.com/{account_id}/settings/canned_response/{id}

Description

Get a canned response with the ID.

Required Access Token Scope

accounts_read

GET Parameters

Param Description Required Default Value
This API endpoint doesn't need any parameters.

Result

canned_response The canned response

POST https://api.engagor.com/{account_id}/settings/canned_response/{id}

Description

Add a canned response to your account, the URL param ID can be omitted.

Required Access Token Scope

accounts_read, accounts_write

POST Parameters

Param Description Required Default Value
response A JSON encoded object of canned_response you want to add Yes

Result

canned_response The canned response

PUT https://api.engagor.com/{account_id}/settings/canned_response/{id}

Description

Update a canned response.

Required Access Token Scope

accounts_read, accounts_write

PUT Parameters

Param Description Required Default Value
response A JSON encoded array of canned_response properties you want to add or update Yes

Result

Returns a JSON encoded array of canned_response (or errors if update failed)

DELETE https://api.engagor.com/{account_id}/settings/canned_response/{id}

Description

Delete a canned response

Required Access Token Scope

accounts_read, accounts_write

DELETE Parameters

Param Description Required Default Value
This API endpoint doesn't need any parameters.

Result

Returns true/false which indicates if the deletion succeeded.