All Collections
For Vendors
Communications
Adding the Team Member Name to Email Templates
Adding the Team Member Name to Email Templates

Learn how to include the names of your Team Members in your email templates

B
Written by Brandon Matthews
Updated over a week ago

We've recently updated our email template variables! We now provide a new type of variable that contains a set of attributes to make things easier when customizing your email templates.

The copy icon next to the variables indicates that the attributes of that variable can be copied and added to your notification email template. Simply click the copy icon to add the block content to your template. Then you will have the ability to adjust the variable block content to display the information of your choosing!


If you would like to include the names of the Team Members in your emails, you can add the following Liquid snippet to the copy block content:

{% if appointment.team_members %} Team members: {{ appointment.team_members }}
{% endif %}


For example, if the names of the Team Members needed to be added to the information contained within the {{ order appointments }} variable, you would simply click the copy icon so it would be added to your email template. Then add the snippet to the block content. Once the template has been updated and saved, the names of your Team Members should be reflected in the email.


If you need more help, please reach out to us at [email protected] and a member of our team will reach out to assist.

Did this answer your question?