Send SMS
ClearTalk SMS
Send SMS
POST
Send SMS
Documentation Index
Fetch the complete documentation index at: https://docs.cleartalk.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key for authentication
Body
application/json
The user's phone number to send the message to
Example:
"+1234567890"
The agent's phone number to send the message from
Example:
"+1234567890"
The message to send to the user
Example:
"Hello! How can I help you today?"
Additional request data to be used in the conversation
Example:
{
"customer_id": "12345",
"order_number": "ORD-789"
}Response
201 - undefined
