Webhook Payload Format
Common fields
Every webhook payload includes:
| Field | Type | Description |
|---|---|---|
event | string | Event type (e.g., message.received) |
timestamp | string | ISO 8601 timestamp |
org_id | string | Your organization ID |
data | object | Event-specific data |
Headers
| Header | Description |
|---|---|
Content-Type | application/json |
X-SuperWaba-Signature | HMAC-SHA256 signature for verification |
X-SuperWaba-Event | Event type |