curl --request POST \ --url https://api.telepie.com/v1/whatsapp \ --header 'apikey: <api-key>'
WhatsApp
Template with Header None & Having Variables
This endpoint is designed for templates without complex headers but supports parameters for customization. Simply plug in and configure your parameters for easy and efficient use.
POST
https://api.telepie.com/v1/
/
whatsapp
Template with Header None & Having Variables
Copy
curl --request POST \ --url https://api.telepie.com/v1/whatsapp \ --header 'apikey: <api-key>'
This endpoint is designed for templates without complex headers but supports parameters for customization. Simply plug in and configure your parameters for easy and efficient use.
The number registered with WhatsApp business from which the message is to be
sent. Ensure that the country code is prefixed to the number. For example, if
the number is in the India, the format would be: +91XXXXXXXXXX
If you have a registered template with placeholders and you need to submit
parameter values in the same order as in the template, you can represent this
as an array of values. Ensure that the values are not null, and if the
template was registered without placeholders, you can submit an empty array.