{
"event": "message.received",
"organization_id": 1,
"message": {
"id": "8f14e45f-ceea-467a-9f7c-1a2b3c4d5e6f",
"type": "inbound",
"content": "Olá!",
"wam_id": "wamid.HBgMNTUxMTk5OTk5MDAwMA",
"created_at": "2026-01-01T10:00:00Z"
},
"contact": {
"uuid": "945d8b4f-a580-4743-bdfa-f0095059b37a",
"name": "João Silva",
"phone": "+5511999990000"
}
}curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"event": "message.received",
"organization_id": 1,
"message": {
"id": "8f14e45f-ceea-467a-9f7c-1a2b3c4d5e6f",
"type": "inbound",
"content": "Olá!",
"wam_id": "wamid.HBgMNTUxMTk5OTk5MDAwMA",
"created_at": "2026-01-01T10:00:00Z"
},
"contact": {
"uuid": "945d8b4f-a580-4743-bdfa-f0095059b37a",
"name": "João Silva",
"phone": "+5511999990000"
}
}'