Seeing this error when I'm trying to add a webhook to a client's table. Is there an upper limit to how many webhooks can be present in an account? Or is there another issue present?
Yes, there are rate limits for webhooks that apply per workspace. You can process up to 10 records per second, with a maximum burst capacity of 20 records. If you have multiple webhook sources active in your workspace, you'll need to either modify the limits or batch your requests to stay within these limits. Additionally, each webhook payload must not exceed 100KB in size.
Source:Import Data to Clay Using Webhooks