Send WhatsApp Notifications
Sample Code
curl --location --request POST 'https://gateway.konverse.ai/ironman/api/v1/whatsApp/whatsappHSM' \
--header 'x-app-id: your app id' \
--header 'x-api-key: your app key' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": {
"to": "919XXXXXXXXX",
"templateName" : "message1",
"language" : "<language-code>",
"parameters": [
"parameter1",
"parameter2"
],
"buttons" : []
}
}'
Step 1 - Authentication
Step 2 - Using the API
WhatsApp Notification Sending API
Headers
Name
Type
Description
Request Body
Name
Type
Description
Template with dynamic CTA URL buttons & File
Last updated
Was this helpful?