Skip to content
Start a Free 14-Day Trial

Message Templates

Apptoto uses an enhanced version of the Liquid templating language for message templates and appointment pages.

Apptoto liquid templates

Templates are used in:

  • Auto Messages
  • One-Time Messages (Apptoto Connect)
  • Appointment Pages

Templates are a mix of static text, fields, filters, conditional blocks, and (for voice messages) voice recordings.

  • Static text doesn’t change from one message to the next (for example, “Appt Reminder:”).
  • Fields are surrounded by {{ }} braces and are dynamic — they may be different in each message that is sent.
  • Filters are included inside fields in the format {{ FIELD_NAME | FILTER }} and augment the output of the field.
  • Conditional blocks are captured in {% %} blocks and optionally include or exclude content in messages.
  • Voice recordings are MP3 files that can be pre-recorded and used in voice call templates.
  • Buttons prompt clients to confirm, cancel, reschedule, and more in email templates.
  • Images can be included in email templates.