Extending HTTP API Timeout in Clay: Solutions and Recommendations
Hey good people! I'm encountering a timeout issue with a custom API integrated into Clay. My API uses Puppeteer to navigate to websites and perform actions that take longer than Clay's HTTP API timeout window. Is there a way to extend the default timeout period for HTTP API calls in Clay? Alternatively, are there any recommended approaches for handling longer-running API calls? My API works correctly - it just needs more time to complete than Clay allows before timing out. I can fix this on my API end, but would love to learn more about playing around under the hood of the Clay platform. Thanks for any help!