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.