Best answer

Using Zapier Webhooks to automate validation?

  • 27 October 2020
  • 2 replies
  • 112 views

Userlevel 1

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.

icon

Best answer by Troy Tessalone 27 October 2020, 23:44

View original

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

Userlevel 7
Badge +14

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

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