Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I am currently trying to create an automation between different Shopify products and enrolling them in an outside Course platform. Currently I am doing this through Zapier via webhooks based on a Shopify webhook event called "ORDER CREATION". My goal is for these individualized webhooks to act as follows:
However, the way it is currently acting is as follows:
So essentially, I need these events to be triggered separately by WHAT PRODUCT THE CUSTOMER IS ORDERING.
Anyone have any ideas on how I can accomplish this?