Hey ! I use clay with API that requires about 180 seconds to respond as it is doing some analysis. I get timeouts. Is there any way to ask clay to wait longer for resopnse?
You can adjust the rate limit settings in the HTTP API integration to accommodate longer response times. In the HTTP API settings: 1. Go to the "Define rate limit" section 2. Set your "Request Limit" to specify the number of allowed requests 3. In the "Duration (in ms)" field, enter up to 900,000 milliseconds (900 seconds) as the time windowNote that this setting controls how many requests can be sent within your specified timeframe, helping to manage API rate limits and longer response times. Sources: HTTP API with JWT authentication | Documentation | Clay University HTTP API integration overview | Documentation | Clay University
Was that helpful?
I keep hitting save but it fogets my selection
i click save, open up again and it is still blank…
We're sorry to hear you're experiencing issues with saving your HTTP API integration settings. This isn't expected behavior, and we'd like to help you resolve it.The HTTP API integration in Clay should save your selections when you hit the save button. If it's not retaining your settings, there might be a technical issue or a problem with your browser cache.To troubleshoot this, you could try: 1. Refreshing the page after saving 2. Clearing your browser cache and cookies 3. Using a different browserIf the problem persists, we'd like to investigate further. Could you provide more details about which specific selections are being forgotten? For example, is it the HTTP method, endpoint, or other parameters? Sources: HTTP/API [Clay 101] - Clay University HTTP API integration overview | Documentation | Clay University
Based on the available information, I cannot definitively identify why your HTTP API settings aren't saving, as this appears to be unexpected behavior. The HTTP API integration should properly save your configuration when you click the save button.To help resolve this issue, you can try these troubleshooting steps: 1. Make sure you've completed all required fields, especially: • HTTP method selection • API endpoint URL • Any mandatory parameters for your specific API 2. Try using one of our pre-made templates as a starting point by clicking the "Browse Templates" button at the top of the integration window.If the issue persists after trying these steps, you'll need to ask for human support to investigate this technical issue further, as this isn't the expected behavior of the integration. Sources: HTTP API integration overview | Documentation | Clay University HTTP/API [Clay 101] - Clay University
Did that answer your question?
It did save my setting but it is still timing out at 900,000 ms despite response arriving in 300,000ms
Looks like you're still looking for help. If you’re dealing with a specific table, drop the URL below so we can help you quicker. Otherwise, someone from our team will be in touch soon!
Talk to Human
here are clay settings
the result timedout
but the response was ready in 4 minutes and 2 seconds
Hey! I've increased the limit to 900000ms (maximum). While this might help, let me suggest a better approach using webhooks. Your workflow could be: Table A -> Send the request Table B (Webhook) -> Receive the results This way, you're not bound by timeouts. You can organize both tables in one workbook by clicking the table name and selecting "move to workbook". I found a Github implementation that confirms this webhook approach BUT i couldn't access the official doc because it's behind login. https://downloads.intercomcdn.com/i/o/w28k1kwz/1376004810/948e977600b61531b3b7c788e3df/CleanShot+2025-02-11+at+_23tiMHmIF7%402x.png?expires=1739306700&signature=0209795d9450d348843cd74908d9aa66c75b329d74a5bf68576190a183beda81&req=dSMgEMl%2BmYleWfMW1HO4zUNwSvCu8RNg%2BIRvFTRWTvCJ1b0XBZIuNmZgX4iI%0AlcaB%0A
ok, I’ll look into webhooks as well
Great - Let me know how it goes ! :)
one question - how can I then match webhook from table B with inputs from table A?
Write to other table will somehow pick this up?
Thanks
I think that solves everything