Learn how to create webhooks in Zixflow to receive real-time updates for incoming messages and more.
Zixflow webhooks allow you to receive real-time notifications when specific events happen in your accountβsuch as an incoming WhatsApp or RCS message. This enables your system to act on these updates automatically and integrate them into your workflows.
To set up a webhook in Zixflow:
You will now be asked to fill in the following details:
Select the events you want to subscribe to. Currently supported events:
incoming.whatsapp.message
incoming.rcs.message
You can optionally filter events to only receive messages from specific accounts:
Choose the type of data you want to receive:
You can add custom headers (e.g., authentication tokens, secret keys) for validating incoming requests on your server.
If your webhook endpoint is down or returns a non-2xx status, Zixflow will automatically retry the request using the following backoff strategy:
Retry Delays (in seconds): 15, 40, 180, 600, 3600, 21600, 43200, 86400, 172800
βοΈ If the webhook continues to fail after all retries, it will be disabled for stability reasons.
Next: Learn about Webhook Event Types and their data schema.
Learn how to create webhooks in Zixflow to receive real-time updates for incoming messages and more.
Zixflow webhooks allow you to receive real-time notifications when specific events happen in your accountβsuch as an incoming WhatsApp or RCS message. This enables your system to act on these updates automatically and integrate them into your workflows.
To set up a webhook in Zixflow:
You will now be asked to fill in the following details:
Select the events you want to subscribe to. Currently supported events:
incoming.whatsapp.message
incoming.rcs.message
You can optionally filter events to only receive messages from specific accounts:
Choose the type of data you want to receive:
You can add custom headers (e.g., authentication tokens, secret keys) for validating incoming requests on your server.
If your webhook endpoint is down or returns a non-2xx status, Zixflow will automatically retry the request using the following backoff strategy:
Retry Delays (in seconds): 15, 40, 180, 600, 3600, 21600, 43200, 86400, 172800
βοΈ If the webhook continues to fail after all retries, it will be disabled for stability reasons.
Next: Learn about Webhook Event Types and their data schema.