{
"whatsapp_number": "{{whatsapp_number}}",
"type": "INTERACTIVE",
"to_whatsapp_number": "{{destination_number}}",
"content": {
"type": "list",
"body": {
"text": "Please select one of the below"
},
"action": {
"button": "Main Menu",
"sections": [
{
"rows": [
{
"id": "unique-row-identifier-1",
"title": "Option 1"
},
{
"id": "unique-row-identifier-2",
"title": "Option 2"
},
{
"id": "unique-row-identifier-3",
"title": "Option 3 "
}
],
"title": "Choose Option"
}
]
}
}
}
curl --location 'https://api.sudonum.com.com/v2/whatsapp/messages/' \
--header 'Content-Type: application/json' \
--data '{
"whatsapp_number": "{{whatsapp_number}}",
"type": "INTERACTIVE",
"to_whatsapp_number": "{{destination_number}}",
"content": {
"type": "list",
"body": {
"text": "Please select one of the below"
},
"action": {
"button": "Main Menu",
"sections": [
{
"rows": [
{
"id": "unique-row-identifier-1",
"title": "Option 1"
},
{
"id": "unique-row-identifier-2",
"title": "Option 2"
},
{
"id": "unique-row-identifier-3",
"title": "Option 3 "
}
],
"title": "Choose Option"
}
]
}
}
}'{
"uuid": "994dd8a7-465b-4736-a8d4-383ca43d4e37",
"type": "INTERACTIVE",
"status": "QUEUED",
"status_description": "",
"whatsapp_number": "<whatsapp_number>",
"direction": "OUTBOUND",
"from_whatsapp_number": "<whatsapp_number>",
"to_whatsapp_number": "<destination_number>",
"message_data": {
"account_number": "<whatsapp_number>",
"content": {
"body": {
"text": "Please select one of the below"
},
"action": {
"button": "Main Menu",
"sections": [
{
"rows": [
{
"id": "unique-row-identifier-1",
"title": "In touch with"
},
{
"id": "unique-row-identifier-2",
"title": "I have booked"
},
{
"id": "unique-row-identifier-3",
"title": "No contact "
},
{
"id": "unique-row-identifier-4",
"title": "Contact custom"
}
],
"title": "Choose Option"
}
]
}
},
"interactive_type": "list"
},
"meta_data": {},
"context_data": {},
"created": "2024-06-28T14:19:33.614447Z",
"modified": "2024-06-28T14:19:33.627059Z"
}