Transactional SMS
Send SMS message to a mobile number
post/transactionalSMS/sms
Request body
Example request
{
"sender": "MyShop",
"recipient": "33689965433",
"content": "Enter this code:CCJJG8 to validate your account",
"type": "marketing",
"tag": "accountValidation",
"webUrl": "http://requestb.in/173lyyx1",
"unicodeEnabled": true,
"organisationPrefix": "MyCompany"
}Response
SMS has been sent successfully to the recipient
Example response
{
"reference": "ab1cde2fgh3i4jklmno",
"remainingCredits": 82.85,
"smsCount": 2,
"messageId": 1511882900176220,
"usedCredits": 0.7
}