Channels Webhook Timeouts and Retries

You should configure your webhook endpoint to respond to the POST request with a 2XX status code within 4 seconds to indicate that the webhook has been successfully received. If a non 2XX status code is returned, Channels will retry sending the webhook, with exponential backoff, for 5 minutes. This ensures that temporary failure should not affect your ability to receive all webhooks.

Still have questions? Please reach out to our Support team by visiting this page.

Last updated