Skip to main content
POST
/
webhooks
/
whatsapp
/
evolution
/
status
Webhook status de mensagem (Evolution API)
curl --request POST \
  --url http://localhost:3000/webhooks/whatsapp/evolution/status \
  --header 'Authorization: Bearer <token>' \
  --header 'x-tenant-key: <x-tenant-key>'
Recebe atualizacoes de status de mensagens (sent, delivered, read, failed) da Evolution API.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-signature
string

HMAC SHA256 do payload

x-tenant-key
string
required

API key do tenant

Response

Status atualizado