The "400 error: Queue is full" from the Clay API likely indicates that you've exceeded the rate limits for webhooks in your workspace. Our system can process up to 10 records per second, with a maximum burst capacity of 20 records per workspace.
To fix this error:
1. Reduce the frequency of your API calls
2. Batch your requests to stay within the limits
3. If you have multiple webhook sources, consider adjusting their configurations
If you need further assistance, please request human help by clicking on "Talk to a person" in this chat.
Thanks for sharing! The error message indicates that the Make.com webhook queue was at capacity and could not process the request.
This is typically related to the rate limits imposed by make.com. It should process requests now if you re-run the cells, but we recommend reviewing those limits to better manage the number of requests sent within a specific time.
The HTTP API column has a custom rate limit that can be configured as well. You can set a minimum limit of 5 requests/second for processing requests.