curl --location 'https://api.chronox.ai/api/thread/send-manual-message' \
--header 'priority: u=1, i' \
--header 'Authorization: Bearer ext-6d9d2de9a25e15a457f0498d2a80919df01c448476c294492946fa6fa5a51355' \
--header 'content-type: application/json' \
--data '{
"type": "text",
"text": "Hii",
"integrated_channel_id": 1,
"user_wa_phone_number": "916352505293"
}'{
"status": true,
"data": {
"wa_message_response": {
"status": true,
"data": {
"messaging_product": "whatsapp",
"contacts": [
{
"input": "+917297914605",
"wa_id": "917297914605"
}
],
"messages": [
{
"id": "wamid.HBgMOTE3Mjk3OTE0NjA1FQIAERgSQjBCMjEyQjVCRkYxQTMwQUQ5AA=="
}
]
}
},
"changeLogId": 265243,
"threadExecutionLogIds": [
"a75acdf2-18cd-41bd-8832-4aa27e976623"
]
}
}