I'm using URLBox with a GET request in Clay to capture screenshots from /Website. It returns 200, but the cell is empty or just shows Screenshot {}. How can I store the actual image URL to use in a later step with OpenAI?
I'm using URLBox to get website screenshots via a GET request in Clay. The API returns 200, but the cell stays empty or shows Screenshot {}. I want Clay to save the actual image URL (PNG) so I can send it to OpenAI later. How should I set this up?
Based on the available templates for website screenshots in Clay, you'll need to: 1. Set up a column using the Screenshot HTTP API (like URLBox or screenshotapi.net) 2. Add another column to capture the Screenshot URL output 3. This URL can then be used in subsequent steps with OpenAI The template "Automate screenshots of unlimited website pages" shows this structure with columns for the website URL, Screenshot HTTP API, Screenshot, and Screenshot URL. If you're getting a 200 response but empty cells, you might need to check your JSON configuration. Could you paste your JSON configuration so I can help troubleshoot further?