API Reference

Sends a Whatsapp notification to the recipient's telephone number.

Please keep in mind:

  • The "Parameters" value represents the list of values to be assigned to the template's variables for the message.

For example if you created a template with a variable called "customer_name":

Ex: "Hi {{customer_name}} {{surname}}, how are you?"

Then you will need to specify the parameters values like this:

"Parameters": [ { "ParameterName": "customer_name", "ParameterValue": "Andrea"}, {"ParameterName": "surname","ParameterValue": "Rossi " } ]

Log in to see full request history
Body Params
integer
required
Parameters
array of objects
required
Parameters*
string
required
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json