- Home
- Resources
- Integrations
- PDFMonkey
PDFMonkey Make integrationAutomate PDFMonkey with Make.
Turn the data your apps already hold into finished PDFs, without copying a single value by hand. The PDFMonkey Make integration gives you 5 modules: 1 trigger and 4 actions. This guide connects your account, builds a first scenario and explains when to pick each module.
Verified Trustpilot reviews · AI, automation & growth agency
What does the PDFMonkey Make integration do?
The PDFMonkey Make integration lets Make create, read and remove your PDFMonkey documents for you. You build a scenario, which is the automation itself: a chain of modules, each one a small brick that watches for something or performs one action. Data from your other apps goes in, and a generated document comes out.
Documents built from live data. A signed deal in your CRM or a new row in a spreadsheet can feed Generate a Document, so the PDF is produced from the values that just changed instead of being filled in by someone on the team. If your data lives in a table, the Airtable Make integration is a natural starting point.
A follow-up the moment a PDF is done. Watch Documents picks up every document whose generation finished successfully, so the next step (sending it, filing it, logging it) runs on its own.
Cleanup on your terms. Get a Document reads a document from its ID, and Delete a Document removes one when a record is cancelled on your side.
The listed modules cover documents only. Anything else the PDFMonkey API offers goes through Make an API Call, with the same connection. PDFMonkey often has an n8n node too; if you are weighing both tools, read n8n vs Make. To go further on Make itself, the Make training starts from the basics.
How do you connect PDFMonkey to Make?
- 01
Copy your API key from PDFMonkey
You need an active PDFMonkey account and its API Secret Key. In the PDFMonkey dashboard, open the top-left menu, go to My Account and copy the API key shown on that page.
- 02
Add a PDFMonkey module in Make
In your scenario, add any PDFMonkey module and click Create a connection. A connection is your PDFMonkey account linked to Make once, then reused by every PDFMonkey module you add later.
- 03
Name the connection and paste the key
The Connection name field is optional, but a clear name helps when you run several accounts. Paste the API key you copied, or follow the instructions on screen, and save.
Your first scenario: a PDF from another app's data
GoalWhen a new record lands in another app, Make sends its values to PDFMonkey and generates the matching document.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. It will be the app where your data starts, such as a form tool or a spreadsheet.
- 02
Set up the starting module
Pick the module of that app that returns the new record, then click Create a connection. Once connected, Make lists what it can read, so you choose instead of typing.
- 03
Add Generate a Document
Click the + on the right, search PDFMonkey and pick Generate a Document. Connect your account with the API key, then map values from the first module into its fields.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received, a bundle being one item passed along, here one record and one document.
- 05
Schedule and switch on
Open the clock on the first module. A new scenario checks every 15 minutes by default; the Free plan cannot go below that. Then switch the scenario on.
What can start a PDFMonkey scenario?
1 module starts a scenario when something happens in PDFMonkey. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by PDFMonkey as soon as it happens.
Watch Documents
Scheduled triggerIn Make“Triggers when a document's generation is complete and successful.”
Watch Documents hands your scenario every PDF that PDFMonkey finished generating without error, so whatever comes next starts from a document that is actually ready. Failed generations never reach it.
What can Make do in PDFMonkey?
PDFMonkey gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Delete a Document
ActionIn Make“Delete a document based on its ID.”
Removing a PDF you no longer want is the job here: give the module a document ID and that document disappears from PDFMonkey, so stale files stop piling up in the account.
Generate a Document
ActionIn Make“Generate a document based on dynamic data.”
This is where your PDF gets made. You map values from earlier modules, such as a customer name or an amount, and PDFMonkey builds the document from that dynamic data.
Get a Document
ActionIn Make“Retrieves a Document based on its ID.”
You get back the details of one existing document, found by its ID, so later modules can reuse what PDFMonkey holds about it without generating it a second time.
Make an API Call
ActionIn Make“Perform an arbitrary authorized API call.”
Your escape hatch for everything the four other modules leave out. It sends an authorized request to any endpoint of the PDFMonkey API, reusing the connection you already created, so no second key is needed.
Need help automating PDFMonkey with Make?
A person reads every message.