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 " } ]

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!