Why aren't the variables in my Weekly Reminder Emails working?

    Plan Availability
  • Quick Reference
  • image
    Legacy Plans
  • Quick Reference
  • image
    Platform
  • Quick Reference
  • image

Question

  • Why are the variables in my Weekly Reminder Email showing up blank?
  • I am using the Weekly Reminder Email and the variables are not displaying

Solution

If you are using the {{enrollment.course_name}} and the {{enrollment.percentage_completed}} variables, you must also include the following code:

{% if enrollments %}

{% endif %}

{% if enrollments %} should be placed before the variables, and the {% endif %} should be placed after the variables:

Weekly_reminder_emails_variables.png

Important Considerations

  • If you would like to reset your Weekly Reminder Email to the default, you can copy the original code here: Weekly Reminder Emails

Learn More About

Automated Email Notifications

 

Was this article helpful?
0 out of 3 found this helpful