Send SMS to Customers

Send SMS to Customers

POST https://api.oneroute.io/api/public/channel/:id/sms

Path Parameters

NameTypeDescription

id (Optional)*

string

id of the channel

Headers

NameTypeDescription

apiKey*

string

API key for authentication.

Request Body

NameTypeDescription

message

string

The message to send to the customers

recipients

array

List of recipients phone numbers

recipients.*

string

recipient phone number. Must be in international format (Example: 2341793026727).

Last updated