What Is The Batch Size and Batch Window For Channels Webhooks?

By default multiple Channels webhooks are batched into one POST request before being sent to your webhook endpoint. This is to reduce the number of requests being sent if you generate a large number of webhooks in a short period of time.

Webhooks are batched for a maximum of 250ms or until 20 webhook events have been added to the batch before being sent to your webhook endpoint.

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

Last updated