post https://app.roxpay.eu/api/v2-1/notifications/whatsapp
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 " } ]