I’m trying to make a process where someone can enter their name and email, search Woocommerce customer list, verify if that person is a customer and return them to a webpage.
- Created a Contact Form 7 - Name, email form and set up a webhook. - Working
- WooComerce-Zapier plugin installed - hooked up and working
- Path A - load this page if verified
Path B - load this page if not verified
I’m just not sure how to load the page in the browser from Zapier.
I’ve tried Code by Zapier with both Javascript and Python. Python test was successful.