{
"channel": "WhatsApp",
"channel_id": "6583753709",
"user": {
"id": "62895402190807"
},
"call_id": "aa2870b1e9da2fe808d690c42feca78e",
"sender_type": "agent",
"messages": [
{
"type": "text",
"text": "this's agent"
}
]
}
curl --location --request POST 'https://api.airudder.com/api/v1/session/message/send' \
--header 'X-AIRudder-Sign-Key: 95721c4a78688b356a0a4eed25a76980' \
--header 'X-AIRudder-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "WhatsApp",
"channel_id": "6583753709",
"user": {
"id": "62895402190807"
},
"call_id": "aa2870b1e9da2fe808d690c42feca78e",
"sender_type": "agent",
"messages": [
{
"type": "text",
"text": "this'\''s agent"
}
]
}'
{
"request_id": "7b50b74e5ec2910fe9b250c9fda7085e",
"code": 200,
"message": "Success",
"data": {
"msg_id": "3b36592db276377cf65fe22337cc2bff"
}
}