Notification templates are the basis for emails or SMS (or other means) that the system sends to their end-users after an event occurs on the system or when a user of the system performs an action that triggers an event, such as when you send a payment reminder or when you assign a task to someone.
In e-maktab we also use notification templates to send out a notification when events occur, this is how we keep the users notified.
Up until now, it was not possible in e-maktab to customise these templates. The good news is that you can now customise notification templates by modifying the default templates provided.
You will see the placeholders in the templates where the text is in between two curly brackets e.g. {{student_name}} these are called liquid tags. Liquid tags are the programming logic that tells templates what to do, for example {{student_name}} will tell the template to insert the student name when an event is triggered, the system will send the value of the student name to the template and the tag will be replaced with the actual student name when the template is complied.
Each template will have liquid tags to use so please remember to use these tags properly and correctly.
Currently there are only three templates that can be modified and we aim to add more in the near future.
Comments
0 comments
Please sign in to leave a comment.