Webhooks
List project webhooks
Get all webhooks for the project (both project-scoped and phone number-scoped), most recent first.
GET
List project webhooks
Previous
Create project webhookCreate a webhook for this project.
Two scoping options:
- **Project-scoped**: Omit `phone_number_id` to receive project events only
- **Number-scoped**: Include `phone_number_id` to 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`)
Next
List project webhooks

