Is there a way to add delays between the columns? I know I can turn off auto-run and do it manually, but similar to scheduling for the source, is it possible to loop a specific column with a 15-minute delay? Context: I’m building an AI agent to manage responses from Heyreach. The first reply is available via webhook, which allows me to fetch the entire conversation. However, since the conversation-fetching column runs instantly, no new conversations get synced. I’m curious if there’s a way to introduce a delay to ensure new conversations are included.
While Clay offers scheduled columns and sources functionality, there isn't a direct way to add specific delays between column loops. Here are some alternative approaches to manage your HeyReach response syncing: 1. Use scheduled columns to run your conversation-fetching at specific intervals 2. Consider breaking your data requests into smaller batches to better manage processing delays 3. Monitor your usage limits and API quotas to ensure optimal performance If these solutions don't meet your needs, you may want to request human support to explore other potential approaches for your specific use case.
Did that answer your question?
Looks like you're still looking for help. We're currently outside of our standard office hours (9 AM to 9 PM EST, Monday through Friday), so it may take a little longer for us to respond. 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!
catch the hook outside clay, add a delay, push it to clay.
Yeah, I already did that using Make, but I’m trying to find a workaround using Clay only. Thanks for the suggestion, though!
Hey there, thanks for reaching out! So there's currently not a way to delay API/source requests natively in Clay. However, a workaround we recommend is adding an intermediate (or multiple) HTTP API column to introduce a delay, such as: https://postman-echo.com/delay/10 (replace “10” with the desired delay in seconds). This can help align execution timing. Here’s a link for reference: Postman Delay Template. Let me know if this does the trick for you :) If there's anything else I can assist you with, please let me know! 😊 Have a great one, Daniel
Hey there Umer thanks for reaching out, to clarify setting the frequency to 100 would mean that these columns would run every 100 days
