Hello
How do you push a column to MAke, i have web url that i need to analyze that conatin a pdf but that web url is not the true urlm its a redirect and clay does NOT love redirect
To push a column to Make for analyzing a web URL with a PDF, especially when dealing with redirects, you can use our HTTP API integration in Clay. Here's how:
1. Add an HTTP API column to your table.
2. Set up the HTTP API column:
• Method: GET (or as required by Make)
• Endpoint: Enter your Make webhook URL
• Headers: Add any necessary authentication headers
• Body: Include the redirect URL in the request body
3. Before sending to Make, use our "Find Redirect Page" integration to get the final URL:
• Add this integration to your workflow
• Input the original URL
• Use the output "Redirect Link" in your HTTP API request to Make
4. Optionally, use the "Check if URL is Valid" integration to verify the URL before sending.
After setting this up, use the "write to table" feature to push the data to Make for PDF analysis.