Original publication date: January 21, 2021
Questions:
Can a webhook request contain multiple events? Is there a maximum number of events that we can expect per request. If yes how many ?
Answer:
The limit is 50000 for the standard format or 1000 for extended format. You would have to have that many of that type of event in 30 seconds though, so practically it's unlimited. For more information on extended format, see https://docs.crbcos.com/cos-api/docs/webhook-registrations.
The batching interval is 30 seconds.