We want to connect WooCommerce with Zapier. We need to add a customer to our community (third-party) when s/he makes a purchase.
We have used WooCommerce webhook which gives us customer details when a purchase is made. We use “Webhook by Zapier” to catch the data. But the problem is that the WooCommerce webhook doesn’t provide customer email, and we can’t add customer to our community without email.
Now, to get the customer details including email, we need to use WooCommerce’s REST APIs. Is there a way to call the REST APIs in Zap that we create?
Thanks in advance.