Hey,
Ok, so i have a Zapier table that receives lesson data from my students, once they complete a lesson it sends them an email with results etc…. There are 8 lessons in total, all in one table, each lesson has 5 columns in total e.g. L1_p1(string), L1_p2(string), L1_p3(string), L1_p4(string) and L1_complete(Boolean). The source of the data is Thinkific, when the user completes the lesson it triggers a Zap to tick ‘L1_complete’.
My plan was to use a ‘New or updated’ record trigger to tell a Code action which lesson was completed, then have the code grab the data from the columns for that lesson i.e. L1_complete, is ticked so the code looks for columns titled ‘L1’, which is sent on to MailChimp to be sent to the user.
The mailchimp side of things has been it’s own challenge but it seems the “easiest” way i’ve found is to export my template as HTML, edit that with my zapier tags and paste it back to the create campaign HTML field.
Does this seem like the most efficient / reliable way to do this, or are there any other triggers/actions that you would recommend for this workflow?
Any tips are much appreciated.