API Reference

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" }
Body Params
string
required

The sender name or ID

string
required

The country code of the recipient phone number

required
string
required

The template code for the RCS message

string

The callback URL to receive delivery status updates

Response

Language
Credentials
Choose an example:
application/json