When an email arrives in our email program I’m wanting to send the email address to Zapier to check if it is on an existing list and return a true/false result to the email program.
From the email system I can either send a GET https://hooks.zapier.com/hooks/catch/xxxx/xxxxx/{{email}} or POST https://hooks.zapier.com/hooks/catch/xxxx/xxxxx with JSON {“email”:”{{email}}”}
The first example doesn’t seem to hit the correct URL, assumedly because the email is appended to it.
The second example shows up in Zapier and everything is good for the lookup of true/false but because the call as a POST the sending system isn’t waiting for the response and I don’t know how to get the true/false back into the email program.
Bear with me, this is new to me - I’m celebrating just getting the trigger from the email system to Zapier and then the lookup result from the list! But stuck at this point…
Question
Is GET a valid option for inbound catch webhook
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.