Webhooks
Create project webhook
Create a webhook for this project.
Two scoping options:
- Project-scoped: Omit
phone_number_idto receive project events only - Number-scoped: Include
phone_number_idto receive message and conversation events for that number
Project webhooks do not receive message or conversation events. Use a number-scoped webhook (or
POST /whatsapp/phone_numbers/{phone_number_id}/webhooks) for those.
Two webhook types:
- kapso: Event-based webhooks with filtered events, buffering support, and Kapso payload format
- meta: Raw Meta webhook forwarding - receives the exact payload Meta sends (requires
phone_number_id)
POST

