POST
/
api
/
canned-replies
curl --request POST \
--url https://app.sentsays.com/api/canned-replies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "About Us",
"trigger": "what do you do?",
"match_criteria": "contains",
"response_type": "text",
"response": "We sell premium quality shoes for all occasions. Visit our store for the latest collection!"
}'
{
  "statusCode": 200,
  "id": "fd3f92b5-340c-4259-a189-896a38b885d7",
  "message": "Request processed successfully"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY

Body

application/json

Response

200
application/json

Automated reply created successfully

The response is of type object.