post https://tx.tracksend.co/v1/rcs/
Properties
Field | Type | Description | Required |
---|---|---|---|
from | string | The sender name or IDi. | Yes |
to | array of strings or string | An array or string of recipient phone numbers. | Yes |
countryCode | string | The country code of the recipient's phone numbers. | Yes |
templateCode | string | The template code for the RCS message. | Yes |
callback | string | The 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"
}