For my site, I’m using Corvid to handle new members. My site has a training component where once they complete the training, it sets a trainingComplete value in their row of the Members collection to true. I want to send users who have not completed this training an email reminder after a week.
Here are my ideas:
-
Use Wix Automations. Trigger is a member approved. Automation is send email. It occurs after 7 days. When the training is completed, this automation is cancelled.
-
Trigger the Automation as normal. The automation, after 7 days, should call a backend web module script that checks what the trainingComplete value is, and sends an email from the code if necessary.
-
If an email must be sent, the email content is different based on the value of the trainingComplete value.
Are any of these feasible? I’m a bit stuck.