POST WhatsApp Template Message
API to send the WhatsApp template message
API End Points
https://api-v7.express-chat.com/whatsapp-automation/wa/templates?apiKey=*API KEY*Request Headers
Query Params
Body
{
"userName": "Divyansh Test",
"wa_id": "9175080****",
"templateId": "62b5c16bf*****cfa9a72335",
"params": [
{
"type" : "header",
"parameters": [
{
"type": "document",
"document": {
"link": "<https://www.africau.edu/images/default/sample.pdf>"
}
}
]
},
{
"type": "body",
"parameters": [
{
"type": "text",
"text": "Abc"
},
{
"type": "text",
"text": "def"
},
{
"type": "text",
"text": "Monday"
}
]
}
],
"assignTo": "[email protected]",
"tags": [ "test" ]
}Example:
Header
Details
Last updated