Our email template system allows you to add the images and bios you upload for your team in appointment emails to customer.
To set up images and bios,
- Navigate to Admin > Users.
- Click Details by a user.
- Fill in the Picture URL of an image you have uploaded somewhere, such as imgbox.com.
- Fill in the Bio.
- Click Update User.
To include this in your appointment emails,
- Navigate to Admin > PDF/Email Templates.
- Click Email Templates.
- Click the desired template, such as Ticket Appointments Email, Appointment Reminder Email or Non-Ticket Appointments Email.
- To add a nicely formatted piece about your tech,
- In the upper left of the content editor toolbars, click Source.
- Click the cursor where you want the info to appear.
- Copy the below code and paste it in the editor.
<p>Meet the tech who is scheduled to meet with you:</p> <table> <tbody> <tr> <td><img src="{{tech_photo_url}}" alt="{{tech_name}}" style="max-width: 150px; vertical-align: top;" /></td> <td> <h3>{{tech_name}}</h3> <p>{{tech_bio}}</p> </td> </tr> </tbody> </table>
- Skip to the last step below.
- To add your tech info where you want,
- Type the {{tech_name}} and {{tech_bio}} tags where you want them in the email.
- To add your tech's picture, click the cursor in the text where you want the image to appear.
- Click the image button.
- In the URL field, insert {{tech_photo_url}}
- In the Alternative Text field, insert {{tech_name}}
- In the Width field, type 150 (or the maximum width you want).
- Click OK.
- When finished with everything, click Update Template.