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.
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.