I am using the PhantomBuster integration to push data to a Phantom, but I keep getting a "Too many requests" error. Does the PhantomBuster integration not have rate limits governors, or is this a bug?
Can you provide more details about when this "Too many requests" error occurs? For example, how frequently are you trying to push data, and approximately how much data are you attempting to send each time?
This thread was picked up by our in-app web widget and will no longer sync to Slack. If you are the original poster, you can continue this conversation by logging into https://app.clay.com and clicking "Support" in the sidebar. If you're not the original poster and require help from support, please post in 02 Support.
Not really solved, but they gave a work around: In general here's how you can resolve these issues:
Add some extended delays between triggers if youβre sending requests back-to-back. You can do an HTTP call to echo at postman for 10 sec to add a delay in executing between Phantombuster columns. You can also do a HTTP API call to echo at postman for 10 sec POST https://api.clay.com/v1/echo?delay=10000Headers: Content-Type: application/jsonBody: { "message": "echo test", "timestamp": "{{$timestamp}}" }