post https://{api-url}/chat/conversation/send-template
Send a new template message
Log in to see full request history
Response
Send a new template message
xxxxxxxxxx
11curl --request POST \
--url https:///%3C%3Capi-url%3E%3E/chat/conversation/send-template \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"options": {
"automaticAssign": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: