- Home
- Resources
- Integrations
- PrintNode
PrintNode Make integrationAutomate PrintNode with Make.
What if documents printed themselves the moment another app had them ready? The PrintNode Make integration offers 11 modules: 1 instant trigger, 3 actions and 7 searches. This guide is for ops teams who print labels, tickets or forms, and it walks you from connection to a working first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the PrintNode Make integration do for you?
The PrintNode Make integration links your PrintNode account to Make, a visual tool where you build a scenario: an automation made of modules, each one a brick that triggers, acts or searches. With it, Make can send print jobs to your printers, react to new PrintNode events and read what happened to computers, printers and jobs.
Paper out of the printer, straight from another app. A warehouse team gets a new shipment in its order tool; the next module, Send a Print Job, drops the document into the queue of the right printer. Nobody opens a file or clicks Print.
Printing you can check. Send a Print Job (synchronous) waits for the result before the scenario moves on, so a front desk can post the outcome in its team chat or write it to a sheet. Get Print Job States and Get a Print Job let a later scenario look back at a job it did not send itself.
A live picture of your print setup. Watch New Events starts a scenario as soon as PrintNode records something new, while List Computers and List Printers give an IT lead an inventory of every machine attached to the account.
The PrintNode documentation gives no numbered limit for these modules, so the ceilings that count are those of your Make plan; the Make pricing page compares them. If you are weighing Make against n8n, the n8n vs Make comparison sets out the criteria. And if you want a guided path through the editor, Make training starts from zero.
How do you connect PrintNode to Make?
- 01
Create an API key in PrintNode
Log in to your PrintNode account and open API Keys. PrintNode asks for your account password first. Type a name for the key, something like the name of your scenario so you recognize it later, then click Create.
- 02
Copy the key and open Make
Copy the API key PrintNode shows you. In Make, add any PrintNode module to a scenario and click Create a connection. A connection is your PrintNode account linked to Make once, then reused by every PrintNode module.
- 03
Paste the key and confirm
Paste the key into the PrintNode API Key field and click Continue. Make saves the connection. From now on, the module fields can list the printers and computers that your account holds.
Your first scenario: print a document and get the result back
GoalWhen a new file lands in the storage app your team already uses, Make sends it to your PrintNode printer and waits to learn how the job went.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Choose the trigger of the app that holds your documents, such as a new file in a shared folder.
- 02
Add the PrintNode module
Click the + on the right of that first module, search for PrintNode and pick Send a Print Job (synchronous). Select your connection, or create it with your API key.
- 03
Choose the printer and map the data
Once the connection exists, Make lists the printers it can read in your account: pick the one that should print. Then map the data coming from the first module into the job.
- 04
Test with Run once
Drop a test document where the first module looks, click Run once and open the bubbles above each module. You read the bundles each module received, including the result PrintNode sent back.
- 05
Schedule and switch it on
Open the clock on the first module to set how often Make checks it; a new scenario runs every 15 minutes by default. Switch the scenario on and it keeps printing without you.
What starts a PrintNode scenario
1 module starts a scenario when something happens in PrintNode. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by PrintNode as soon as it happens.
Watch New Events
Instant triggerIn Make“Triggers when a new event is created.”
Watch New Events starts your scenario each time PrintNode records a new event in your account. What happens around your printers can then set off the rest of your automation, with no one refreshing a dashboard to spot it.
Everything the PrintNode modules can do
PrintNode 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
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call is your way out when no ready-made module covers the job: it calls any endpoint of the PrintNode API from inside the scenario, with the connection you already set up, so there is no second key to paste.
Send a Print Job
ActionIn Make“Sends a print job to a specific printer.”
Send a Print Job puts a document in the queue of one specific printer. You get paper out of a printer from any app Make can read, without anyone opening the file and clicking Print.
Send a Print Job (synchronous)
ActionIn Make“Sends a print job to a specific printer and waits for the result.”
With this variant, the scenario sends the job to a chosen printer and holds on until the result comes back. The modules after it work with a known outcome instead of a guess.
Get a Computer
SearchIn Make“Gets a computer.”
Get a Computer fetches one computer from your PrintNode account, so the scenario knows which machine it is dealing with before it reports or prints anything.
Get a Printer
SearchIn Make“Gets a printer.”
Before a job goes out, this search brings back the record of one printer from your account. It lets the scenario confirm it is aiming at the right device instead of trusting a name someone typed by hand.
Get a Print Job
SearchIn Make“Gets a print job.”
Need to follow up on a job already sent? Get a Print Job brings back that one job, so a scenario can revisit it well after the moment it went to the printer.
Get Print Job States
SearchIn Make“Gets a print job's states.”
This search returns the states a print job went through, which tells you its story rather than a single snapshot. Each state can arrive as its own bundle, meaning one item passed to the next module.
List Computers
SearchIn Make“Lists computers.”
List Computers returns every computer attached to your PrintNode account, one bundle each. It is the quickest way to see which machines are ready to print from a single module.
List Printers
SearchIn Make“Lists printers.”
This module gives the full list of printers in your PrintNode account. You see at a glance what the scenario can target, without opening PrintNode in another tab.
List Print Jobs
SearchIn Make“Lists print jobs.”
For a view of what actually went to paper, List Print Jobs returns the jobs of your account as separate bundles, ready to be written to a log or checked one by one.
Need help automating PrintNode with Make?
A person reads every message.