Create an endpoint
Use an API key withwebhooks:manage.
cURL
secret. Store it when you create the endpoint. Use it to verify webhook signatures.
Delivery format
Webhook requests use JSON:Signature headers
Each delivery includes:| Header | Description |
|---|---|
X-Whatsapp-Use-Event-Id | Event ID. |
X-Whatsapp-Use-Event-Type | Event type. |
X-Whatsapp-Use-Timestamp | Unix timestamp used for signing. |
X-Whatsapp-Use-Signature | Signature in the form t=<timestamp>,v1=<signature>. |
Test an endpoint
cURL