- Home
- Resources
- Integrations
- Stencil
Stencil Make integrationAutomate Stencil with Make.
Your data goes in, a finished image or PDF comes out. The Stencil Make integration gives you 13 modules, including 3 instant triggers, so marketing teams can generate visuals without opening Stencil. This page walks you from the connection to your first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Stencil Make integration let you automate?
The Stencil Make integration links your Stencil account to Make, a tool where you build a scenario: an automation made of modules that run on a schedule or when an app calls Make. Each module is one brick of that chain. With Stencil, those bricks create images and PDFs, fetch them back, and react the moment Stencil produces something new.
Visuals that follow your data. A new product lands in your catalog app, and Create an Image asks Stencil to render its banner. The data comes from the other app; the design stays in Stencil. Nobody copies a product name by hand anymore.
Documents on demand. Create a PDF does the same for paperwork: a quote, a certificate, a one-page summary. When the file is ready, Watch PDFs fires, and the next module can send it wherever it needs to go.
A whole set in one move. Create a Collection generates every image of a template collection at once, which suits campaigns that need several formats of the same message. Watch Collections then tells Make that the set exists.
Stencil's creation modules work asynchronously: they start the job instead of waiting for the final file, so plan a step that picks up the result. Make also counts every module run as an operation, a detail worth reading on Make pricing. Stencil may have a node in n8n too; n8n vs Make lays out the criteria. If you would rather hand the build over, the Make agency team can take it.
How do you connect Stencil to Make?
- 01
Copy your Stencil API key
You need an active Stencil account. In Stencil, open the project settings page, scroll to the API Key section and copy the key shown there. That key is what lets Make act on your behalf.
- 02
Add a Stencil module in Make
Log in to Make, open your scenario and add any Stencil module. Click Create a connection. A connection is your Stencil account linked to Make once, then reused by every Stencil module you add later.
- 03
Name the connection and paste the key
The Connection name field is optional, but a clear name helps if you manage several Stencil projects. Paste the API key you copied, confirm, and Make saves the connection for the rest of the scenario.
Build your first scenario with Stencil
GoalWhen a new record arrives in another app, Make asks Stencil to create an image from it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Pick the app that holds your data, for example a spreadsheet or a form.
- 02
Add Create an Image
Click the + on the right of that first module, search for Stencil and choose Create an Image. Click Create a connection and paste your API key if this is your first Stencil module.
- 03
Map your data
Fill the module fields. Once the connection exists, Make lists what it can read in your Stencil account, and you drag values from the first module into the fields where the text of the image belongs.
- 04
Test with Run once
Click Run once. Make executes the scenario one time and shows the bundles each module received. A bundle is one item passing from module to module, here one record from your data app.
- 05
Schedule and switch it on
Open the clock on the first module: a new scenario runs every 15 minutes by default, and you can change that. Then switch the scenario on so it keeps working without you.
Stencil triggers
3 modules start a scenario when something happens in Stencil. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Stencil as soon as it happens.
Watch Collections
Instant triggerIn Make“Triggers when images are generated from a template collection.”
Watch Collections starts your scenario once Stencil has generated the images of a template collection, so you can act on the full set rather than image by image. It is the natural follow-up to Create a Collection.
Watch Images
Instant triggerIn Make“Triggers when a new image is created.”
Here the payoff is a single fresh image: Watch Images runs your scenario the moment Stencil creates a new one, and passes it along as a bundle to the modules that follow.
Watch PDFs
Instant triggerIn Make“Triggers when a new PDF is created.”
Every time Stencil finishes a new PDF, Watch PDFs hands it to your scenario, ready to be emailed, archived or attached to a record in another app.
Stencil modules
Stencil gives you 10 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Collection
ActionIn Make“Creates images from collection asynchronously.”
One call, a full series: Create a Collection asks Stencil to render every image of a template collection from the data you map. The job runs asynchronously, so the module launches it rather than returning the finished set.
Create an Image
ActionIn Make“Creates an image asynchronously.”
You get one image built from your data, with the design kept in Stencil. The module starts the generation asynchronously, then the scenario moves on.
Create a PDF
ActionIn Make“Create a PDF asynchronously”
This module turns mapped data into a PDF document generated by Stencil, launched asynchronously like the image modules. Invoices, certificates and one-page reports are the usual candidates.
Get a Collection
ActionIn Make“Gets a specific collection.”
Get a Collection brings back one specific collection from Stencil, so the next modules can work with what it contains. It reads, it does not generate anything new.
Get an Image
ActionIn Make“Gets a specific image.”
With Get an Image, a scenario retrieves one specific image that Stencil already produced, instead of generating it again. That saves a render and keeps the same file everywhere.
Get a PDF
ActionIn Make“Gets a specific PDF”
Get a PDF pulls back a document Stencil has already generated, so you can reuse it instead of generating it a second time. The file then flows to the next module like any other bundle.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
When none of the other Stencil modules does what you need, Make an API Call reaches any endpoint of the Stencil API with the connection you already set up. No second key, no separate setup.
List Collections
SearchIn Make“List all template collections.”
List Collections returns all your template collections, one bundle per collection. A search module like this one can send back zero, one or many results, and the next modules run once per result.
List Projects
SearchIn Make“Lists all projects.”
Here you see every project of your Stencil account laid out as separate bundles, handy when your templates are split across several projects and a scenario must find the right one.
List Templates
SearchIn Make“Lists all templates.”
List Templates gives your scenario the full list of Stencil templates, one bundle each, so it can pick one by name or loop through them all.
Need help automating Stencil with Make?
A person reads every message.