Send SMS to Customers
Send SMS to Customers
POST https://api.oneroute.io/api/public/channel/:id/sms
Path Parameters
Name
Type
Description
id*
string
id of the channel
Headers
Name
Type
Description
apiKey*
string
API key for authentication.
Request Body
Name
Type
Description
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).
Request Payload
{
"message": "message content",
"recipients": ["23490xxxxxxxx"]
}Response
Last updated