Template tokens

Using tokens in email, invoice, and agreement templates.

Michelle Lee avatar
Written by Michelle Lee
Updated over a week ago

For each of your template types, you can use tokens so that the template references correct specific information. Here is a quick guide to types of tokens you can use.

Account tokens

For use in invoice and agreement templates.

Where this information comes from: workspace settings > my business

Example use case: In your agreement, use this to list your contact information and let it automatically update based on your business information in your account settings.

  • {{Account.Name}}

  • {{Account.TaxId}}

  • {{Account.Address1}}

  • {{Account.Address2}}

  • {{Account.City}}

  • {{Account.Locality}} - in the US, this is your state

  • {{Account.Postal}} - postal code (in the US, this is your zip code)

  • {{Account.Country}}

  • {{Account.Phone}}

  • {{Account.Website}}

Invoice tokens

There are two different sets of tokens that reference invoices. One set is unique to use in invoice templates. The other set is unique to use in email templates. Both are explained here in detail.

Invoice tokens used in invoice templates only

Example use case: In your invoice template, use these tokens in any text box to add information you want there to each unique invoice automatically.

Token

Where the information comes from

{{Invoice.Total}}

Set per invoice

The invoice itself

{{Invoice.Number}}

Set account wide

Your chosen invoice numbering sequence. Set in workspace settings > preferences > invoices

{{Invoice.DateIssued}}

Set per invoice

Date you created the invoice

{{Invoice.DateDue}}

Set per invoice

Date the invoice will be due based on the terms set in the client invoicing and payment settings (client > edit > invoicing & payment settings)

{{Invoice.OnlineUrl}}

Set per invoice

Unique URL to this invoice

{{Invoice.PayUrl}}

Set per invoice

Unique URL directly to payment through your connected to your online payment processor

{{Invoice.Currency}}

Set per client

Currency set in client details (client > edit > business info)

{{Invoice.PurchaseOrder}}

Set per invoice

Add when you create the invoice

{{Invoice.PayInstructions}}

Set account wide or per client

Set account wide in workspace settings > preferences > invoices or by individual client under client > edit > invoicing & payment settings

{{Invoice.LateFee}}

Set per client

Late fees are set in client > edit > invoicing & payment settings

{{Invoice.Status}}

Set per invoice

Automatically set based on the due date

{{Invoice.ComplianceHeader}}

Set account wide

Add your compliance header in workspace settings > preferences > invoices

Invoice tokens used in email templates

Example use case: Add these tokens to an email template to remind your client to pay their invoice on time. Set these up to send automatically in workspace settings > preferences > invoices.

Invoice # - Number of the invoice you are referencing

Date sent - Date the invoice was originally sent

Date due - Date invoice is due

Invoice URL - link to the full invoice

Pay URL - link directly to pay via your connected online payment provider (Stripe/PayPal)

Currency - currency of this particular client (set under client > edit > invoicing & payment settings)

Late fee - late fee that will be charged. Set when they sign an agreement with these terms (created in the legal terms of your agreement) and stored under client > edit > invoicing & payment settings

Days past due - calculated based on the due date

Total - The full original amount due on your invoice

Amount due - Total amount currently due including any payments that have been made

Total payments - Total payments that have been made (use in your receipt email after recording a payment)

Client tokens

For use in invoice, agreement, and email templates.

Use these when you want to address your client by their business name.

Where this information comes from: Client information entered by you or automatically pulled in from adding a client from an opportunity (pro tip: have your client do all the work by using forms).

Example use case: Anywhere you want to reference client information without actually having to type it all out yourself like it’s 2001.

You’ll also be able to use tokens for custom fields you create. They will appear on your list as {{Client.Custom.yourcustomfieldname}}

List of available tokens:

  • {{Client.Name}}

  • {{Client.TaxId}}

  • {{Client.Address1}}

  • {{Client.Address2}}

  • {{Client.City}}

  • {{Client.Locality}} - in the US, this is your state

  • {{Client.Postal}} - postal code (in the US, this is your zip code)

  • {{Client.Country}}

  • {{Client.Phone}}

  • {{Client.Website}}

  • {{Client.DepositBalance}} - what remains to be used from a deposit for work

  • {{Client.Custom.}}

Contact tokens

For use in invoice, agreement, and email templates.

Use these when you want to address your client by their name.

Where this information come from: Information added to a contact card.

Example use case: Use this instead of client tokens if your clients are businesses and you’d prefer to address the person instead of the business name.

You’ll also be able to use tokens for custom fields you create. They will appear on your list as {{Contact.Custom.yourcustomfieldname}}

List of available tokens:

  • {{Contact.First}}

  • {{Contact.Last}}

  • {{Contact.FullName}}

  • {{Contact.Email}}

  • {{Contact.Phone}}

Email template specific tokens

In your email templates, you have several other tokens available to you so that you can create automated workflows.

Form links - directly link to any form you've created to ask a client to complete a form.

Form submission - reference mapped submissions from a form. (Use case: In a workflow automation, you could create an email template and set it to automatically send and reference information directly from the form.)

Meetings - reference information from a meeting scheduled (start/end time, location, duration, payment information, change url, etc). Use in an email template follow-up for a meeting that was scheduled.

Opportunity - reference information from opportunity details in your pipeline including any custom fields.

Payment - Reference what has been paid (amount, date paid, currency, payment provider, paid by, memo) on a particular invoice

Proposals (Agreements) - Reference what is in an agreement (name of the proposal, quote, or contract, dates sent or signed, or direct link to the proposal)

Scheduler links - Direct links to a specific scheduler. Use a token in your workflow automations so this meeting is associated with an opportunity automatically.

Subscriptions - If you are using subscription billing, use these to reference a direct payment link or product selection (use case: to create your email template to invite your clients to a subscription).

Agreement specific tokens

For use in agreement templates.

Adding packages to your agreements is easier when you use tokens so you're always referencing the right package.

Where this information comes from: workspace settings > templates > projects

Add to an agreement by dragging the "Services" widget into your agreement. Click to edit. Scroll down to "Packages" and click "Import template" to add your project template to the agreement.

Package (project) tokens:

  • {{Package.Name}}

  • {{Package.Total}}

  • {{Package.TotalWithTax}}

  • {{Package.Tax}}

  • {{Package.TaxRate}}

  • {{Package.FeeLabel}}

  • {{Package.HourEstimateMin}}

  • {{Package.HourEstimateMax}}

  • {{Package.DepositPercent}}

  • {{Package.HourlyOverage}}

  • {{Package.DepositAmount}

Agreement tokens:

Where this information comes from: The agreement. Simple as that.

  • {{Agreement.Name}}

  • {{Agreement.DateCreated}}

  • {{Agreement.DateSigned}}

Payment tokens:

Where this information comes from: These will total based on what your client chooses from your packages in the agreement.

  • UpFront.Total = what the first invoice will be which includes one time payments (with or without payment plan) and the first period of any recurring packages (first month/year). This will align with the amount charged to the card if you are using integrated payment.

  • OneTime.Total, OneTime.Tax, OneTime.TotalWithTax = The total packages and add-ons selected that are non-recurring fees.

  • Recurring.Total, Recurring.Tax, Recurring.TotalWithTax = The total packages and add-ons selected that are recurring fees.

Did this answer your question?