Skip to main content

Hello,

I’ve been trying to set up a webhook (Catch Hook) that gets information from a website and a second webhook (Retrieve Poll) that gets information from a form and validate if the values match, I was wondering if it’s possible to compare these two values and use a True comparison as a trigger to send out an email.

Please let me know if I am overcomplicating this and if there is a simpler solution to get this done. The first Catch Hook has to be a webhook because the app does not integrate with Zapier, the second webhook could be replaced because it’s trying to pull information from Zoho Forms - have not completely figured that out.

Try this ZAP

  1. Trigger: Webhook - Catch Hook
  2. Action: Webhook - GET Request
  3. Action: Code - Compare and return TRUE/FALSE
  4. Action: Filter
  5. Action: ???

Will try and let you know how it goes, thank you!