New WhatsApp Message

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Properties

FieldTypeDescriptionRequired
toarray of stringsAn array of recipients' phone numbers.Yes
templateCodestringThe template code for the Dynamic Whatsapp template.Yes
templateDataobjectThe value mapping of each variable added to the dynamic template e.g. {{firstname}}
callbackstringThe callback URL to receive delivery status updates.No
metadatastringUnique string

Example

{
    "to": ["07082632448"],
    "templateCode": "w-744483959940383",
     "templateData": {
         "firstname": "John",
         "lastname": "Doe",
         "country": "Nigeria"
     },
    "callback": "http://example.com",
  	"metadata": "5693142g3h1234"
}
{
    "to": ["07082632448","08188303092"],
    "templateCode": "w-744483959940383",
     "templateData": {
         "firstname": "John",
         "lastname": "Doe",
         "country": "Nigeria"
     },
    "callback": "http://example.com",
  	"metadata": "5693142g3h1234"
}
Body Params
to
array of strings
required

An array of recipient phone numbers

to*
string
required

The template code for the RCS message

templateData
object

The template variables defined while creating template for the RCS message

string

The callback URL to receive delivery status updates

string

Unique string

Headers
string
Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json