I am trying to build a Zap to create a 7 day trial for a specific course in Teachable. Students will have a coupon code for a 7-day trial.
The problem I have is when I add the step to unenroll a student from a Teachable course, it gives a list of student names. I’m not sure why because the coupon hasn’t even been created yet. However, I need to unenroll any student in this flow, i.e. they have a matching coupon code
I see the steps being:
- Trigger: New student enrolls (or subscribes to this course)
- Filter: Allow if coupon code matches
- Delay 1 week
- Unenroll student from this course.
I’m assuming that 4) would only apply to students passing the filter in 2)?
Thanks.