Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Tipos de eventos recebidos via webhook
text
image
document
audio
video
location
contacts
interactive
reaction
sticker
{ "event": "messages.upsert", "instanceName": "minha-loja", "data": { "id": "550e8400-e29b-41d4-a716-446655440000", "metaMessageId": "wamid.HBgNNTUxMTk5OTk5OTk5FQIAEhgUM0EB", "fromNumber": "5511888888888", "pushName": "João", "messageType": "text", "message": { "text": { "body": "Olá!" } }, "messageTimestamp": 1709654400, "fromMe": false } }
queued → sent → delivered → read ↘ failed
queued
sent
delivered
read
failed
{ "event": "messages.update", "instanceName": "minha-loja", "data": { "id": "550e8400-e29b-41d4-a716-446655440000", "metaMessageId": "wamid.HBgNNTUxMTk5OTk5OTk5FQIAEhgUM0EB", "status": "delivered", "timestamp": 1709654410 } }