26
loading...
This website collects cookies to deliver better user experience
This is not an "how to" guide, but me explaining my own pipeline to myself as a coherence check, and so I can remember what I have running in the future. If you want to deploy a similar project and have questions, you know where the comment section is.
in progress
, and all the members who are eligible to receive them. Then, it creates a list of all the non-surveyed members for each survey.subscriber_email
parameters, which is used to pre-fill (and skip) the email step of the survey.sent_to
column of the Surveys table. This prevents repeated emails.subscriber_email
param to retrieve the member that filled the survey. If the param is not present, the survey will display a question asking for the email explicitly, and that will be used instead. answered_by
column in the Surveys table.subscriber_email
param to fake submitting the survey as someone else. This isn't a huge deal for my use case, but a workaround would be to create a unique identifier per survey sent that can then be traced back to the original users.26