Webhooks
Create webhook
Subscribe to WhatsApp events for this number.
Two webhook types available:
- kapso: Event-based webhooks with filtered events, buffering support, and Kapso payload format
- meta: Raw Meta webhook forwarding - receives the exact payload Meta sends, with X-Idempotency-Key header
Use buffering (kapso only) to batch high-volume events like inbound messages. Without buffering, each message triggers an immediate webhook delivery.
POST
Authorizations
Path Parameters
Body
application/json
Event-based delivery in Kapso's payload format. This is the shape you get when kind is omitted, and it needs at least one event.
- Kapso webhook
- Meta webhook
Response
Created

