{
"event": "message.received",
"channel": "WhatsApp",
"channel_id": "",
"user": {
"id": "8613112345678"
},
"messages": [
{
"call_id": "",
"msg_id": "",
"company": "",
"seat_id": "",
"content": {
"type": "text",
"text": "Hello world!"
}
},
{
"content": {
"type": "image",
"media": {
"origin_url": ""
}
}
},
{
"content": {
"type": "video",
"media": {
"origin_url": "",
"caption": ""
}
}
},
{
"content": {
"type": "audio",
"media": {
"origin_url": ""
}
}
},
{
"content": {
"type": "voice",
"media": {
"origin_url": ""
}
}
},
{
"content": {
"type": "file",
"media": {
"origin_url": "",
"name": ""
}
}
},
{
"content": {
"type": "location",
"location": {
"name": "my location",
"address": "1-6-1 Yotsuya, Shinjuku-ku, Tokyo, 160-0004, Japan",
"latitude": 35.687574,
"longitude": 139.72922
}
}
},
{
"content": {
"type": "contacts",
"contacts": [
{
"name": "",
"phone_number": ""
}
]
}
},
{
"content": {
"type": "button",
"text": "join"
}
},
{
"content": {
"type": "interactive",
"text": "1:国内业务"
}
},
{
"content": {
"type": "interactive",
"text": "1:国内业务"
}
}
],
"reply": {},
"custom": "{}"
}
curl --location --request POST 'https://api.airudder.com' \
--header 'X-AIRudder-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "message.received",
"channel": "WhatsApp",
"channel_id": "",
"user": {
"id": "8613112345678"
},
"messages": [
{
"call_id": "",
"msg_id": "",
"company": "",
"seat_id": "",
"content": {
"type": "text",
"text": "Hello world!"
}
},
{
"content": {
"type": "image",
"media": {
"origin_url": ""
}
}
},
{
"content": {
"type": "video",
"media": {
"origin_url": "",
"caption": ""
}
}
},
{
"content": {
"type": "audio",
"media": {
"origin_url": ""
}
}
},
{
"content": {
"type": "voice",
"media": {
"origin_url": ""
}
}
},
{
"content": {
"type": "file",
"media": {
"origin_url": "",
"name": ""
}
}
},
{
"content": {
"type": "location",
"location": {
"name": "my location",
"address": "1-6-1 Yotsuya, Shinjuku-ku, Tokyo, 160-0004, Japan",
"latitude": 35.687574,
"longitude": 139.72922
}
}
},
{
"content": {
"type": "contacts",
"contacts": [
{
"name": "",
"phone_number": ""
}
]
}
},
{
"content": {
"type": "button",
"text": "join"
}
},
{
"content": {
"type": "interactive",
"text": "1:国内业务"
}
},
{
"content": {
"type": "interactive",
"text": "1:国内业务"
}
}
],
"reply": {},
"custom": "{}"
}'
{}