While there isn't a specific timeout mentioned, there are important processing limits for webhooks:
1. The webhook processing rate is limited to 10 records per second per workspace, with a maximum burst capacity of 20 records.
2. When setting up webhook timing, you should adjust the interval to match the time your data takes to enrich. The minimum interval between webhooks is 100ms (0.1 seconds) to stay within the 10/second throughput limit.
Each webhook payload must also be under 100KB in size.