Skip to main content
POST
Send SMS

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
user_number
string
required

The user's phone number to send the message to

Example:

"+1234567890"

agent_number
string
required

The agent's phone number to send the message from

Example:

"+1234567890"

agent_message
string
required

The message to send to the user

Example:

"Hello! How can I help you today?"

request_data
object
required

Additional request data to be used in the conversation

Example:

Response

201 - undefined