curl --location --request POST 'sendwhatsapp' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile_no": "917977251637",
"channel": "whatsapp",
"source": "salesforce",
"type": "transactional",
"template_id": "application_verify_mobile_number",
"template_attr": {
"header_value": {
"value": "Gilchrist"
},
"body_value": [
"12345",
"https://auxilo.com/"
]
}
}'
{
"response": {
"message": "Communication processed successfully",
"ref_id": "1lIWAn6UyGP4DMh"
}
}