curl --location '/api/AlerthubService/send/messages' \
--header 'ApiUserID: demo_user_001' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.demo.token' \
--header 'RequestId: trx_001' \
--header 'InstanceID: INS123456' \
--header 'ScheduledDateTime: dd/mm/yyyy,hh:mm AM/PM (Future schedule)' \
--header 'IsSafeMode: false' \
--header 'IntervelBetweenMsg: 0' \
--header 'Content-Type: application/json' \
--data '{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "{{Recipient-Phone-Number}}",
"type": "template",
"template": {
"name": "intro_catalog_offer",
"language": {
"code": "en_US"
},
"components": [
{
"type": "body",
"parameters": [
{
"type": "text",
"text": "100"
},
{
"type": "text",
"text": "400"
},
{
"type": "text",
"text": "3"
}
]
},
{
"type": "button",
"sub_type": "CATALOG",
"index": 0,
"parameters": [
{
"type": "action",
"action": {
"thumbnail_product_retailer_id": "2lc20305pt"
}
}
]
}
]
}
}'{
"messaging_product": "whatsapp",
"contacts": [
{
"input": "91860140XXXX",
"wa_id": "91860140XXXX"
}
],
"messages": [
{
"message_id": "wamid.HBgMOTE4NjAxNDAxNzI3FQIAERgSN0ZENEZEMEYyRTk1QzFENjhBAA==",
"message_status": "accepted",
"tid": 2334
}
]
}