Skip to main content
PATCH
Update Canned Response in Account

Authorizations

api_access_token
string
header
required

Token de usuario. Envía el valor en el header api_access_token. Lo obtienes en el perfil (GET /api/v1/profile) o al regenerarlo.

Path Parameters

id
integer
required

The ID of the canned response to be updated.

account_id
integer
required

The numeric ID of the account

Body

application/json
content
string

Message content for canned response

Example:

"Hello, {{contact.name}}! Welcome to our service."

short_code
string

Short Code for quick access of the canned response

Example:

"welcome"

Response

Success

id
integer

ID of the canned response

account_id
integer

Account Id

short_code
string

Short Code for quick access of the canned response

content
string

Message content for canned response

created_at
string

The date and time when the canned response was created

updated_at
string

The date and time when the canned response was updated