Templates Overview

In TemplateDocs, templates are Microsoft Word documents (.docx files) that have been uploaded to the service.

Upload a Template

To get started, let's create our first template - a simple order confirmation document that we will use to fill in the data. Notice the {{Name}}, {{CompanyName}}, and {{Items}} placeholders in the template. In TemplateDocs, these are called Tags.

Hello {{Name}},
Thank you for your order from {{CompanyName}}.

ItemPrice
{{ >> Items }} {{Name}}${{Price}} {{ << }}

Total: ${{Total}}

Your order is on its way!

{{CompanyWebsite}}

Create a Document

After uploading the template, we can use the service to fill in the template with custom data.
The data can be provided in three ways, depending on your use case:

  1. Creating a Quick Document through the automatic form (see below).
  2. Creating a Workflow and using the Tags Mapping dialog.
  3. Through the API, as a JSON object.

Regardless of the method you choose, the result will be a new document with the data filled in:

Hello John Doe,
Thank you for your order from Acme Inc.

ItemPrice
Widget$10
Gadget$20

Total: $30

Your order is on its way!

www.acme.com

Quick Document

The fastest way to try a new template is through the Quick Document tab. Here's how it works:

Next Steps

Templates Overview - TemplateDocs Documentation