Send Single SMS Message
This document will describe how to send a singular SMS message using our API.
POST
/send/single
POST
/send/single
Send a single SMS message to recipient.
Send a single SMS message with reference
Send a single SMS message with campaign id
Headers
Content-Type
application/json
Authorization
Bearer [API Key]
Body
originator
string
Yes
Originator/SenderID for SMS messages (MaxLength - AlphaNumeric: 11, numeric: 15).
recipient
string
Yes
Recipient of SMS Message (Numeric only, MSISDN format inc international prefix).
body
string
Yes
Message text.
routeID
string
Yes
Specified message route.
campaignId
string
No
Attach message to existing campaignId.
reference
string
No
Your reference, will be provided as part of the delivery receipt for correlation.
shorternUrls
boolean
No
Default: false
If set to true, long urls included in the message will be shortened
Response
Last updated
Was this helpful?