- Home
- Resources
- Integrations
- Templated
Templated Make integrationAutomate Templated with Make.
Need an image or a PDF each time new data shows up in another app? The Templated Make integration gives you 5 modules: 4 actions and 1 search. This guide takes a Templated user from the API key to a first scenario that runs on its own.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Templated Make integration let you automate?
The Templated Make integration links your Templated account to Make, a visual tool that chains apps without code. Inside a scenario (the automation you build, one building block, called a module, after another), Templated produces an image or a PDF, fetches a render, merges renders into one PDF and lists your templates. It has no trigger, so another app or Make's schedule starts the flow.
A document for every new record. A row lands in a spreadsheet, a form gets a reply, an order comes in: the next module, Create a Render (image or PDF), turns that data into a finished file you can email or store.
One PDF instead of a stack of files. When a scenario already produces several renders, Merge Renders packs two or more of them into a single PDF, which suits a report or an onboarding pack.
A clear view of your designs. List Templates returns every template of your account as bundles (one item passed from a module to the next), so a scenario can log them in a table, the way the Airtable Make integration stores records.
What Make will not do here: Templated cannot start a scenario by itself, because the app has no trigger module. The Make documentation for Templated also says it was generated with AI from the vendor's docs, so verify anything critical with Templated. Many apps also have an n8n node; the n8n vs Make comparison lays out the criteria, and Make training helps if the editor is new to you.
How do you connect Templated to Make?
- 01
Copy your API key
Log in to Templated and open the API Integration tab of your dashboard. Your API key is listed there. Copy it now, since Make asks for it in the next step to reach your account.
- 02
Add a Templated module
In your scenario, click the +, search for Templated, pick a module such as Create a Render (image or PDF) and click Create a connection. A connection is your Templated account linked to Make once, and every Templated module reuses it.
- 03
Paste the key and save
Type a label in Connection name if you want one. It is optional, but it helps when several accounts sit side by side. Paste the API key you copied, confirm, and the module is ready to fill.
Your first scenario: a file from fresh data
GoalWhen new data arrives in another app, Make runs Create a Render and Templated sends back an image or a PDF.
- 01
Create the scenario
Open the Scenarios page in Make, create a new scenario and click the + in the middle of the canvas to add the first module.
- 02
Start from the source of your data
Pick the app where your data lives, such as the spreadsheet or form tool your team already uses, and choose its module. Templated has no trigger, so this first bubble starts the flow.
- 03
Add Create a Render
Click the + on the right of the first module, search for Templated and choose Create a Render (image or PDF). Select your connection, then map the data of the previous module into its fields.
- 04
Test with Run once
Click Run once. Make executes the scenario one time and shows the bundles each module received, so you can check that the render came back before going further.
- 05
Schedule it and switch it on
Open the clock on the first module. A new scenario runs every 15 minutes by default, which is also the shortest gap on the Free plan. Keep it or change it, then switch the scenario on.
What the 5 Templated modules do
Templated gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Render (image or PDF)
ActionIn Make“Generates a render for an image or PDF.”
You get a finished image or PDF back from Templated, produced inside your scenario instead of by hand in the editor. Most Templated scenarios are built around this module.
Get a Render
ActionIn Make“Retrieves a single Render object referenced by its unique ID.”
This one hands you back a render that already exists, looked up by its unique ID, so a later step can reuse the file without generating it again.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
This is your way out when no ready-made module fits. It reaches any endpoint of the Templated API from your scenario, through the connection you already set up.
Merge Renders
ActionIn Make“Merge two or more renders into a single PDF”
Merge Renders leaves you with one PDF assembled from two or more renders, instead of a pile of separate files to send around.
List Templates
SearchIn Make“Lists all templates of the user.”
List Templates gives you every template stored in your Templated account, each one coming out of the module as its own bundle.
Need help automating Templated with Make?
A person reads every message.