Resources · Make integration

Microsoft Word Templates Make integrationAutomate Microsoft Word Templates with Make.

Need a Word document filled in for you whenever new data shows up? The Microsoft Word Templates Make integration offers 5 modules, 4 actions and 1 aggregator, that turn a template into a finished file. This guide takes a Make beginner from an empty editor to a working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the Microsoft Word Templates Make integration do?

The Microsoft Word Templates Make integration takes a Word template with placeholders and returns a new document where each placeholder holds your data. It is a built-in Make app, so there is no account to link: you add it to a scenario, the automation you build in Make, and it fills the template with whatever the previous step sent.

One document per record. When a deal is won in your CRM or a form comes in, Fill out a document takes that record and produces a file from your template: a quote, a welcome letter, an onboarding sheet. Each record reaching the module is a bundle, one item passed from a module to the next, and each bundle gives its own document.

One document for many rows. Fill a document with a batch of data is an aggregator: it collects several bundles and writes them into a single document. Think of the lines of an order, or the open tickets of a project, that belong in one report rather than in one file each.

The template building blocks. Make's documentation files Simple value, Condition and Loop or section under Template creation in Microsoft Word, with no official description. Try each one with Run once on a test scenario before you build on it.

What the integration does not do: it has no trigger, so another app or the schedule has to start the scenario, and it has no Make an API Call module for requests outside these 5 modules. If you are weighing tools, the n8n vs Make comparison puts the two side by side. To learn the editor properly, see the Make training, and when a run fails, start with Make troubleshooting.

Connect

How do you set up Microsoft Word Templates in Make?

  1. 01

    Add the module

    Open your scenario, click the + and search for Microsoft Word Templates by name. Pick the module you need, Fill out a document for a start. Make places it on the canvas as one brick of your scenario, called a module.

  2. 02

    Skip the connection step

    Most apps ask you to click Create a connection and authorize your account. Not this one: Make's documentation says Microsoft Word Templates works without a connection, so there is no login window and no key to paste.

  3. 03

    Fill in the module

    Fill the module fields: tell it which template to use, then map data from the previous module into the placeholders of that template. The module is ready as soon as every placeholder you care about has a value mapped to it.

First scenario

Your first scenario with Microsoft Word Templates

GoalWhen a new record arrives from another app, Make fills your Word template with it and returns a finished document.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the + in the middle of the canvas. That first spot holds the module that starts everything else.

  2. 02

    Start from the app holding your data

    Microsoft Word Templates has no trigger, so the first module comes from the app where your data lives: a CRM, a form tool, a spreadsheet. Search it by name, pick its trigger and create its connection.

  3. 03

    Add Fill out a document

    Click the + on the right of that first module, search Microsoft Word Templates and choose Fill out a document. There is no connection to create here, so you land straight on the fields.

  4. 04

    Map your data into the template

    Tell the module which template to use, then map data from the first module into the placeholders: the customer name into one, the company into another, and so on until the template is covered.

  5. 05

    Test with Run once

    Click Run once. Make executes the scenario one time and shows the bundles each module received, so you can open the new document and check that every placeholder was replaced.

  6. 06

    Schedule and switch on

    Set the schedule on the first module with its clock, every 15 minutes by default, then switch the scenario on. From that point, each new record that reaches the scenario gives a new document.

Modules

What each Microsoft Word Templates module does

Microsoft Word Templates gives you 5 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.

Template creation in Microsoft Word

3 modules
Microsoft Word Templates1

Simple value

ActionIn the docs only

You get a building block that Make's documentation names under Template creation in Microsoft Word, and little else: neither the documentation nor the Make directory says what Simple value does or what it returns.

When to use it
when you design a template and want to see every piece Make offers for it, add Simple value to a test scenario and read its output with Run once.
Watch out
with no official description, do not base a live scenario on guesses about its fields.
Microsoft Word Templates2

Condition

ActionIn the docs only

Your template work may also pass through Condition, the second item of the same documentation group. It is listed without any description, so what it expects and what it hands to the next module can only be read in the editor.

When to use it
when Fill out a document alone does not cover your template, open Condition in a copy of your scenario and inspect the bundle it produces.
Watch out
treat the module name as a label, not as a specification, and test before relying on it.
Microsoft Word Templates3

Loop or section

ActionIn the docs only

Closing the Template creation in Microsoft Word group, Loop or section adds one more documented piece for template work, again with no official description.

When to use it
when a test of Fill out a document leaves part of your template untouched, add Loop or section to a copy of the scenario and check with Run once what it receives and returns.
Watch out
each run of each module is an operation, the unit Make counts on your plan, so keep these tests to a few bundles.

Other modules

2 modules
Microsoft Word Templates4

Fill out a document

Action

In MakeCreates a new document based on a template and replaces placeholders with custom data.

A new document built from your template, with each placeholder replaced by data from your scenario: that is what this module hands you. One bundle goes in, one finished document comes out.

When to use it
when each record, a won deal or a signed form, should give its own file, such as a quote or a welcome letter.
Watch out
when the previous module sends several bundles, Fill out a document runs once per bundle, and every run is an operation on your plan.
Microsoft Word Templates5

Fill a document with a batch of data

Aggregator

In MakeCreates a new document based on a template and replaces placeholders with custom data.

Several bundles end up in a single document. This module is an aggregator, a module that gathers the items produced by earlier steps, and it writes them all into one file built from your template.

When to use it
when a list, like the lines of an order or the tickets of a project, belongs in one report instead of one file per item.
Watch out
if you want one document per record, pick Fill out a document instead, because this module merges everything it gathers.
Need help

Need help automating Microsoft Word Templates with Make?

A person reads every message.

FAQ

Microsoft Word Templates and Make: common questions

01Is the Microsoft Word Templates Make integration free?
Yes. Microsoft Word Templates is a standard app, available from the Free plan, and it does not even need a connection. The Free plan allows 2 active scenarios, a minimum of 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lower the interval to 1 minute, lift the cap on active scenarios and allow 40 minutes of execution. On every plan, usage is counted each month in credits, which means operations: one module running on one bundle.
02What does it take to connect Microsoft Word Templates to Make?
Nothing beyond a Make account. Make's documentation states that Microsoft Word Templates works without a connection: you do not click Create a connection, you do not authorize an account and you do not paste a key. You add the module, fill its fields with your template and the data to place in it, then test with Run once. The documentation lists no other prerequisite. The data usually comes from another app in the same scenario, and that app does need its own connection, set up once and reused by all of its modules.
03Does Microsoft Word Templates start Make scenarios in real time?
No, it cannot start a scenario at all, because the app has no trigger. The scenario begins with another module: either an instant trigger, which an app calls through a webhook as soon as something happens, or a scheduled trigger, which Make checks on the scenario's schedule, every 15 minutes by default. On the Free plan, 15 minutes is also the shortest interval, while paid plans go down to 1 minute. How fast your documents appear therefore depends on the first module you pick, not on Microsoft Word Templates.
04What if a Microsoft Word Templates module is missing in Make?
Look beyond this app. Microsoft Word Templates has 5 modules and no Make an API Call module, so there is no way to send a custom request from it. If you need a step these modules do not cover, check whether another app in Make handles it, and place that step before or after the document is filled. The three template building blocks have no official description, so test them with Run once before concluding that something is missing. When the workaround gets tangled, the Hack'celeration team can help you design the scenario.
05Make or n8n for Microsoft Word Templates?
It depends on the facts that matter to you, and this page only covers the Make side. There, Microsoft Word Templates is a built-in app that needs no connection, offers 5 modules including an aggregator for documents built from many rows, and is available from the Free plan. Apps like this one often have an n8n node as well, so check that side before deciding. This page does not rank the two tools; the comparison linked higher up lays out how they differ, and the Free plan lets you try the Make side before you commit.