Properties

FieldTypeDescriptionRequired
fromstringThe sender name or IDi.Yes
toarray of strings or stringAn array or string of recipient phone numbers.Yes
countryCodestringThe country code of the recipient's phone numbers.Yes
templateCodestringThe template code for the RCS message.Yes
callbackstringThe callback URL to receive delivery status updates.No

Example

{
    "from": "Tracksend",
    "countryCode":"234",
    "to": "07084636363",
    "templateCode": "templateCode",
    "callback": "http://example.com"
}
{
    "from": "Tracksend",
    "countryCode":"234",
    "to": ["08022881418", "09096960754"],
    "templateCode": "promotion",
    "callback": "http://example.com"
}
Language
Authorization
Header