Hi π Is there a limit on how many webhook calls can be made to a table? I've connected an AppScript to a Clay table and recently it started throwing an error
Webhook call response: {"type":"Forbidden", "message": "Record limit reached for webhook", "details":null}
Any ideas? π€
Yes, webhook tables in Clay have a limit of 50, 000 submissions per table, and this limit persists even after deleting rows. The error you're seeing indicates you've reached this limit. To resolve this: 1. Create a new webhook table 2. Copy the new webhook URL 3. Update your AppScript to use this new URL Note that webhooks also have rate limits of 10 records per second with a maximum burst capacity of 20 records. If you need ongoing automation with high volumes, Enterprise Plan users have access to auto-delete functionality.
Hi Casper, Clay has two webhook limits: 1) A rate limit of 10 records/second with a max burst of 20 records, and 2) A total limit of 50,000 records per webhook source. Once the 50,000 record limit is reached, you'll need to create a new webhook to continue sending data. Enterprise users with passthrough tables enabled can bypass these limits. Please let me know if other questions or issues! Gabe