I need to be able to bundle courses together under a discount program. Those courses are available through Mighty Networks. There is a way to configure access to specific courses for members within my Mighty Network.
I’m interested in doing the following:
- Confirm that a specific line item shows up in a WooCommerce order.
- If that specific line item shows up, confirm that one of three payment methods have been used to complete payment for that line item: Stripe, PayPal, or Coinbase Commerce
- If both the line item shows up and it has been paid for, I need to grant access to multiple courses inside of Mighty Networks.
Can I do that by using multiple sub-zaps and have the return from the successfully confirmed payment trigger a chain of sub-zaps to configure the access within Mighty Networks for the courses included in that bundle? Is that the best way to solve this automation need?