How to create different routes with Pabbly Connect for each WooCommerce product
Status: Closed · Asked by TedDmn on · 0 views
I use WooCommerce (selling services) and GetResponse (for email). I understand how to use Pabby Connect and create a webhook in Woocommerce. But I want to create a connection between SPECIFIC products/services to SPECIFIC email lists in my GetReponse. So each buyers of a specific product is added to a specific list. Not everyone who buys something is added to a general list in GetResponse. How do I create ON different productlevels webhooks in stead of a general one?
You will need two things, Iterator and Routers
But before that make sure you have captured the order in the trigger with Simple Response toggle off.
Here is a video on that -
youtube.com/watch v=zJaGQ-SIB0I
And then use Routers(conditions can be product name or product id)
Here is a video on Router -
Thanks very much!
So what will go wrong if I directly create a router (so no iterator in between) and there use a condition in which I choose 'equal=(number product ID Woocommerce), and from there I create the link to my emailprovider (GetReponse)? People only buy one product at a time in my case.