Skip to main content
Best answer

Using Zapier Webhooks to automate validation?

  • October 27, 2020
  • 2 replies
  • 145 views

  • Beginner
  • 1 reply

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.

Best answer by Troy TessaloneBest answer by Troy Tessalone

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: ???
View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31416 replies
  • Answer
  • October 27, 2020

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: ???

  • Author
  • Beginner
  • 1 reply
  • October 29, 2020

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