{
"whatsapp_number": "{{whatsapp_number}}",
"type": "INTERACTIVE",
"to_whatsapp_number": "{{destination_number}}",
"content": {
"type": "flow",
"body": {
"text": "Hi there. Lets get you qualified. Click below to begin."
},
"footer": {
"text": "Powered by sudonum"
},
"action": {
"name": "flow",
"parameters": {
"flow_message_version": "3",
"flow_id": "1816416195990435",
"flow_cta": "Lets go!"
}
}
}
}curl --location 'https://api.sudonum.com.com/v2/whatsapp/messages/' \
--header 'Authorization: Token {{AUTH_TOKEN}}' \
--header 'Content-Type: application/json' \
--data '{
"whatsapp_number": "{{whatsapp_number}}",
"type": "INTERACTIVE",
"to_whatsapp_number": "{{destination_number}}",
"content": {
"type": "flow",
"body": {
"text": "Hi there. Lets get you qualified. Click below to begin."
},
"footer": {
"text": "Powered by sudonum"
},
"action": {
"name": "flow",
"parameters": {
"flow_message_version": "3",
"flow_id": "1816416195990435",
"flow_cta": "Lets go!"
}
}
}
}'{}