I have when sending webhooks into a clay table, from n8n it is saying "The service is receiving too many requests from you [item 10]" I'm sending in batches of 50 every 1000 ms. Is there a rate limit on these?
Yes, there are rate limits for webhooks in Clay. The limits are:โข 10 records per second per workspaceโข Maximum burst capacity of 20 recordsSince you're sending 50 records every 1000ms (1 second), you're exceeding the rate limit. To resolve this issue, you'll need to adjust your n8n webhook settings to:1. Reduce the batch size to 10 records or fewer 2. Keep the delay at 1000ms (1 second) between batchesIf you have multiple webhook sources active in your workspace, you may need to further reduce the batch size to stay within these limits. Source: Import Data to Clay Using Webhooks
Thanks, that answered my question
Great! I'm glad I could provide the information you needed. I'm here if you have any more questions.
Great! I'm glad I could help. I'm here if you have any more questions.