Is there an API endpoint available in Clay that I can utilize instead of Zapier?
Currently, my automation process involves using a webhook to fetch new data to Clay.
Hi Arturo O., is it possible to replicate this without using Zapier? The purpose of this is to create a new row if there's new data coming from a webhook, so that I don't have to spend any credits.
We do have other integrations, like with Apify, or CRMs that auto-check every certain amount of time to pull in new records but not sure what you have in place/as a script running.The webhook gives you the option to use it as an API endpoint as shown in the video though, so let me know if the script can redirect its calls to that instead of via zapier.
Hey Ron! sure: We recently added a rate limit for webhook sources of 10 records/second with a max burst of 20 records to avoid any single user significantly impacting the performance of the product for other users. Right now there’s no way to send the data in batches, in a single request, but that’s on our todo list