Skip to main content
Project webhooks are scoped to the whole project rather than a single phone number. They never receive message or conversation events - for those, see Message events. Configure them in Integrations → Webhooks → Platform webhooks.

Available events

Sent only to project webhooks. These do not include message or conversation events.

whatsapp.phone_number.created

Fires when a customer successfully connects their WhatsApp through a setup link. See Connection detection for implementation guide. Payload:

whatsapp.phone_number.deleted

Fires when a WhatsApp phone number is removed from your project. This event triggers at the start of the teardown process, before the number is fully deleted. Payload:

workflow.execution.handoff

Fires when a workflow execution is handed off to a human agent. Payload:

workflow.execution.failed

Fires when a workflow execution fails due to an error. Payload:

project.event

Fires when a custom project event is emitted. This event is only available on project-scoped webhooks. Phone-number webhooks do not receive custom project events. Subscribing to this event requires project events to be available on your plan. Payload:
conversation_id is included only when the event is linked to a WhatsApp conversation. See Events for emitting and triggering workflows from project events.