curl --location 'https://api.voxa.sa/v1/whatsapp/sendInteractiveButtons' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"channelId": "3a1da000-0000-0000-0000-000000000000",
"contactId": "3a1e1500-0000-0000-0000-000000000000",
"bodyText": "كيف يمكننا مساعدتك؟",
"buttons": [
{
"id": "appointments",
"title": "المواعيد"
},
{
"id": "results",
"title": "نتائج التحاليل"
}
]
}'{
"contactId": "3a1e1500-0000-0000-0000-000000000000",
"status": "Sent",
"message": "Message sent",
"conversationEventId": "3a21fd00-0000-0000-0000-000000000000",
"messageId": "wamid.HBgM00000000000000000000000000000000"
}