cURL
curl --request POST \ --url http://localhost:3000/webhooks/whatsapp/evolution/status \ --header 'Authorization: Bearer <token>' \ --header 'x-tenant-key: <x-tenant-key>'
Recebe atualizações de status (sent, delivered, read, failed) de mensagens.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
HMAC SHA256 do payload
API key do tenant
Status atualizado