💻
Tonomo
  • 💡How to Use this Guide
  • 🎓Onboarding Guide
  • ▶️Get to Know Tonomo
  • 🚀Getting Started
  • Users
    • Add and Configure your Users
    • User Data
    • Export Users
    • Import Users
    • Brokerages Management
    • Referrals
    • Credit and Debit
    • Getting Agents to Book Themselves
    • Order Dashboard
  • Services and Packages
    • Displaying your Pricing
    • Services
    • Packages
    • Custom Packages
    • Booking Flows
    • Additional Service Details
    • Checklist Configuration
    • Contractor
    • Notifications
  • Invoicing
    • Sales
    • Payments
  • Coupons
  • Order Management
    • Order Management Overview
    • Edit Columns
    • Orders Management Filter
    • Booking Orders
    • Adding Services After Booking
    • Removing Services After Booking
    • Cancelling Orders
    • Payment Errors
    • Delivery
      • Asset Delivery
      • Edit Delivery Links
      • Raw Folders
      • Matterport Delivery
    • Project Chat Checklists
    • Set a Service as an Escalation
    • Updating the Address After Booking
  • General Settings
    • Localization Settings
    • Domain Settings
  • Scheduling
    • How to Set Up the Calendar Integration
    • Scheduling Configuration
      • Integrated Booking
      • Photographer Availability
      • Service Zones
      • Photographer Skillsets
      • Photographers Priority
      • Prevent Last Minute Bookings
      • Send two Photographers
      • Allow Customers to Reschedule and Cancel on their Own
    • Smart Scheduling
    • Changing Scheduling Details
      • Reschedule an Existing Appointment
      • Change Photographers after Booking
      • Add Additional Customers to Calendar Event
      • Add New Appointment to Existing Appointment
      • Change Calendar Description After Booking
      • Create Calendar Event After Postponing or Cancelling
    • Twilight Shoots
    • Embed Booking Flow
    • Photographer Schedule
    • Calendar/Tonomo Mismatch
    • Scheduling a Due Date
  • Reporting
    • Orders Reporting
    • Contractor Reporting
    • Domains Reporting
    • Video Render Reporting
    • Missed Scheduling
  • Agent Communication
    • Intro to Templating
    • Variables
    • Display Each Item
    • SMS/Text Message Template
    • Configuring Email DNS Records
    • Managing Booking Confirmation Emails
  • Frequently Asked Questions
    • FAQ
  • Single Property Websites
    • SPW Walkthrough
    • Adding Media
  • Integrations
    • Tonomo Video Integration
    • Zapier
      • Slack Automation
    • Creating Orders Through Webhooks
    • Slack
  • Tonomo Privacy Policy
    • Privacy Policy
Powered by GitBook
On this page
  • Templating Overview
  • Template Editor
  • Template Data
  • Removing Spaces

Was this helpful?

  1. Agent Communication

Intro to Templating

PreviousMissed SchedulingNextVariables

Last updated 1 year ago

Was this helpful?

You have full control over how you communicate with your customers through emails and event descriptions. Our template editor allows you to finetune your copy to match your brand. And the powerful variables pull in all the data you need to tailor each email or event description to every order.

If you've never used a templating tool before, see the below example on how variables work to pull in data custom to each order. On the left is how you will program the template and on the right is what your customer will see for their order.

Variable

Output

Hello, {{client_full_name}}

Hello, Sarah Jones

Double brackets "{{" or "}}" tell the system that we're looking for a variable, in this case, "client_full_name". When this template email is fired off to the customer, the system will look for the client's name who submitted the order and replace {{client_full_name}} with "Sarah Jones," for example.

Templating Overview

For a more thorough explanation, read on!

To see the tool in action, navigate to Configure Booking > General > and then you'll see two templates, Send Confirmation Email and Calendar Events. Let's start with Send Confirmation Email, so go ahead and click Edit Template to its right.

On the left is the email that your customers will see, and on the right is the editor. As you make changes on the right in the editor, you will see those changes as your customer will see them on the left. You don't need to click Save template every time you make a change to update the view on the left.

Template Editor

Taking a closer look at the editor view on the right, you can see we can change the email subject. Below that, some formatting tools like you would find in Microsoft Word. Then in the body of the editor, we've highlighted one example of how you can use variables to communicate information about a specific order. In this example, the text "Project Square Footage" will display as "Project Square Footage," but the variable {{property_square_footage}} will instead be automatically translated by the system to that order's square footage, for example, "1,333". When you're done editing, make sure to click the Save template purple button!

When using variables, you must be exact. {{property_square_footage}} and {property_square footage}} may look similar, but that second missing "_" between "square" and "footage" will break the variable, and we won't replace the variable with any data.

Template Data

In the highlighted example, the text in purple property_square_footage is the variable, and "1333" in red is the data this example order would populate for that variable. The text in red serves as an example because the name of the variable may not be clear at first glance.

Removing Spaces

If your template has too many empty lines, you can reduce these by condensing variable arguments onto the same line. For example, the below template has a lot of unecessary empty space after the final sentence.

By condensing the arguments a bit, the space is reduced to a more natural length:

That is one simple example, but as you can see in your pre-populated template, you can use as many variables in an email as you want! The complete list of available variables is here , but you can also see more to the left of the editor under the tab Template Data.

To get more information on each of the variables available to you, continue to the .

here
next section