What are the rate limits for webhooks?
The limit is per workspace, limited to processing up to 10 records per second, with a maximum burst capacity of 20 records.
Does the maximum capacity burst means that we can send 20 records at one time which will create 20 different rows? If yes, can you provide a sample curl request of the way to do it.