Skip to main content
POST
/
agency
/
twilio
/
send-message
Send a message
curl --request POST \
  --url https://api.cleartalk.ai/agency/twilio/send-message \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "chatID": "<string>",
  "message": "<string>"
}
'

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
chatID
string
required

Chat ID for the conversation

message
string
required

Message content to be sent

Response

200

Message sent successfully