Clay Icon

How to Perform HTTP Call After Waterfall in Clay Team Process

Ā·
Ā·

Hello Clay team, I would like to perform an HTTP call right after a waterfall (that will find an email). How can I make sure that the HTTP request works right after the waterfall is over, and if nothing is found, run with a specific value (let's say. "Email not found") Thanks !

  • Avatar of Channeled
    Channeled
    APP
    Ā·
    Ā·

    When using an email waterfall, the process will automatically run through various providers and validate emails behind the scenes. The final validated emails will appear in the last column of your table.For your HTTP call scenario, you should:1. Wait for the waterfall to complete - you'll know this when the final validated email appears in the last column 2. Check the final email column: ā€¢ If an email is present, proceed with your HTTP call using that value ā€¢ If no email is found (empty cell), use your fallback value "Email not found"Note that the waterfall may continue running even after finding an initial email if that email fails validation, so it's important to wait for the complete process to finish. Sources: Enrich People (Waterfalls) [Automated Inbound] - Clay University Enrich People (Waterfalls) [Clay 101] - Clay University

  • Avatar of Channeled
    Channeled
    APP
    Ā·
    Ā·

    This thread was picked up by our in-app web widget and will no longer sync to Slack. If you are the original poster, you can continue this conversation by logging into https://app.clay.com and clicking "Support" in the sidebar. If you're not the original poster and require help from support, please post in 02 Support.