POST WhatsApp Template Message
API to send the WhatsApp template message
Parameter Description
API Endpoint
https://api.v7.botpenguin.com/whatsapp-automation/wa/send-template?apiKey=*API KEY*Request Headers
Header
Details
Query Params
Header
Details
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" ]
}Examples
Header
Details
Last updated
Was this helpful?