Skip to content
Start a Free 14-Day Trial

Images (Emails Only)

Add images to Apptoto email messages. Upload via the Markdown toolbar or drag and drop into the HTML editor.

Images can be added to email messages on the Appointment Auto Messages tab. How you upload depends on the email Format selected for that message (Markdown or HTML).

Click the email message to open the editor, then click the image icon in the Markdown toolbar above the body. Pick a file from your computer; once it finishes uploading, the image is inserted at your cursor and a placeholder appears in the body that looks like this:

{{ 'photo123' | image_tag: 'photo.png' }}

You don’t need to type that yourself - the toolbar inserts it for you. The text in single quotes after image_tag: is the alt text, which you can edit. To control how the image is sized in the email, add a width (and optionally a height) in pixels:

{{ 'photo123' | image_tag: 'photo.png', 600 }}
{{ 'photo123' | image_tag: 'photo.png', 600, 400 }}

Images are automatically optimized for each recipient when the email is sent, so they load quickly without you having to resize the original file.