- Home
- Resources
- Integrations
- Microsoft Word Templates
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 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.
How do you set up Microsoft Word Templates in Make?
- 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.
- 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.
- 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.
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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
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 modulesSimple value
ActionIn the docs onlyYou 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.
Condition
ActionIn the docs onlyYour 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.
Loop or section
ActionIn the docs onlyClosing the Template creation in Microsoft Word group, Loop or section adds one more documented piece for template work, again with no official description.
Other modules
2 modulesFill out a document
ActionIn Make“Creates 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.
Fill a document with a batch of data
AggregatorIn Make“Creates 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.
Need help automating Microsoft Word Templates with Make?
A person reads every message.