- Home
- Resources
- Integrations
- Plumsail Documents
Plumsail Documents Make integrationAutomate Plumsail Documents with Make.
What if every contract, quote and report built itself from your data? The Plumsail Documents Make integration gives you 38 modules: 1 instant trigger, 33 actions and 4 searches. This guide shows ops teams how to connect the account and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Plumsail Documents Make integration do for you?
The Plumsail Documents Make integration links your Plumsail account to Make so documents get produced, converted and secured inside a scenario, the automation you build in Make as a chain of modules. Each module is one brick: a trigger, an action or a search. You drag them in, map data from one to the next, and nobody opens Word.
Quotes that write themselves. A deal closes in another app, Create document from DOCX template swaps the tokens in double curly braces for the client name and amounts, then Convert DOCX to PDF turns the result into a file you can send.
A clean archive for the email inbox. Customer emails saved as EML or MSG files go through Convert Email to PDF, several attachments get bundled by Merge any files into PDF, and Create Archive packs the lot into one ZIP.
Forms read back into data. A signed application arrives as a fillable PDF; Get Form from PDF returns every filled input as JSON, ready to land in a spreadsheet or a CRM through the next module.
What the page cannot promise: the Make documentation for this app lists no module limits, so check heavy files against your plan (5 MB per file on the Free plan) and test before you switch anything on. If a scenario fails, Make troubleshooting walks through the usual causes.
Many apps also have an n8n node; the n8n vs Make comparison lays out the criteria side by side. To learn the editor properly, the Make training starts from the first module.
How do you connect Plumsail Documents to Make?
- 01
Create an API key in Plumsail
In your Plumsail Documents account, open the API keys page from the dashboard and add a new key. Pick Production or Testing mode, give it a name if asked, create it, then copy the value shown in the Secret column.
- 02
Add a Plumsail module in Make
In Make, drop any Plumsail Documents module into your scenario and click Create a connection. A connection is your Plumsail account linked to Make once, then reused by every Plumsail module you add later.
- 03
Paste the key and save
Type a label in Connection name if you run several Plumsail accounts, paste the API key you copied, and confirm. From then on, Make can list what your account holds when you fill the module fields.
Your first scenario: turn incoming files into protected PDFs
GoalWhen a file arrives from another app, Make converts it to PDF with Plumsail Documents and locks it with a password.
- 01
Start a new scenario
Go to the Scenarios page, create a new scenario and click the big +. Pick the app where your files land first, such as your cloud storage, and choose its module that watches for new files.
- 02
Add Convert to PDF
Click the + to the right of that first module, search for Plumsail Documents and choose Convert to PDF. Create the connection with your API key, then map the file coming from the previous module.
- 03
Lock the result
Add Protect PDF Document after it and map the PDF produced by the conversion. Set the password and the copy or printing restrictions you want the recipient to face.
- 04
Store the protected file
One more +: add the module of the app where the final PDF should live, like a folder on your drive, and map the protected file into it. Without this step the PDF only exists inside the run.
- 05
Test with Run once
Drop a sample file where the first module looks, then click Run once. Make runs the scenario one time and shows the bundle each module received, so you can open the output and check the password works.
- 06
Schedule and switch on
Click the clock on the first module to set how often Make checks for new files. A new scenario defaults to every 15 minutes. Flip the switch to turn the scenario on.
The trigger that starts a Plumsail Documents scenario
1 module starts a scenario when something happens in Plumsail Documents. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Plumsail Documents as soon as it happens.
Watch Finished Process
Instant triggerIn Make“Creates a webhook that runs when the process is finished”
Starts your scenario the moment a Plumsail Documents process reports that it has finished. A process is the document generation job you set up in Plumsail, so this is how you chain the next step without waiting or checking by hand.
Every Plumsail Documents module in Make
Plumsail Documents gives you 37 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add Watermark to PDF Document
- Compress PDF Document
- Convert CSV to XLSX
- Convert DOC to DOCX
- Convert DOCX to PDF
- Convert Email to PDF
- Convert HTML to DOCX
- Convert HTML to PDF
- Convert Images to PDF
- Convert JSON to CSV
- Convert JSON to XLSX
- Convert PPT to PPTX
- Convert PPTX to PDF
- Convert to PDF
- Convert XLS to XLSX
- Convert XLSX to PDF
- Create Archive
- Create document from DOCX template
- Create document from PPTX template
- Create document from XLSX template
- Create HTML from template
- Extract text from PDF
- Fill in Merge Fields in DOCX Document
- Fill in PDF Form
- Get Form from PDF
- Get PDF Protection Information
- Make an API Call
- Merge any files into PDF
- Merge DOCX
- Protect PDF Document
- Regular Expression Replace
- Regular Expression Test
- Start Document Generation Process
- Convert PDF to Images
- Parse CSV
- Regular Expression Match
- Split PDF
Add Watermark to PDF Document
ActionIn Make“Add a watermark to PDF Document which can be text, an image, or other PDF”
Puts a visible mark on a PDF so anyone who opens it knows its status or where it came from. The mark can be plain text, an image such as a logo, or another PDF laid over the pages.
Compress PDF Document
ActionIn Make“Reduces PDF Document's size by compressing images in the document and performing other optimizations if possible”
Makes a heavy PDF lighter, mostly by squeezing the images inside it and applying other optimizations where the file allows. Scanned reports and photo-heavy brochures shrink the most.
Convert CSV to XLSX
ActionIn Make“Convert CSV to XLSX Excel File”
Turns a raw CSV export into a proper Excel workbook that colleagues can open without fiddling with separators or encoding. The data stays the same; only the container changes.
Convert DOC to DOCX
ActionIn Make“Takes DOC document and converts it to DOCX”
Brings an old Word DOC file up to the modern DOCX format. That matters here because the template and merge modules of Plumsail work on DOCX, not on the legacy format.
Convert DOCX to PDF
ActionIn Make“This action takes DOCX document and converts it to PDF”
Freezes a Word document into a PDF, so the layout looks the same on every screen and nobody edits the text by accident. It is the natural last step after filling a DOCX template.
Convert Email to PDF
ActionIn Make“Takes EML or MSG file and converts it to PDF”
Takes a saved email, either an EML or an MSG file, and prints it to PDF. You get a readable record of the message that fits in any document folder.
Convert HTML to DOCX
ActionIn Make“Takes HTML markup, renders it and converts to DOCX document.”
Renders HTML markup and hands you back an editable Word document. Headings, tables and bold text you wrote in HTML come out as Word formatting someone can still tweak.
Convert HTML to PDF
ActionIn Make“This action takes HTML markup, renders it and converts to PDF document”
Renders your HTML markup and saves the result as a PDF. Handy for receipts, certificates and one-page summaries you already write in HTML.
Convert Images to PDF
ActionIn Make“Takes images and converts them to a PDF document”
Gathers pictures into a single PDF document. Photos of receipts, scanned pages or site pictures become one file that is easier to send and to archive than a pile of images.
Convert JSON to CSV
ActionIn Make“Convert JSON to CSV file”
Flattens JSON data into a CSV file that any spreadsheet or import tool accepts. Useful when an API answer is full of useful rows but nobody can read it as is.
Convert JSON to XLSX
ActionIn Make“Convert JSON to XLSX Excel File”
Builds an Excel file straight from JSON data, skipping the CSV detour. The result opens directly in Excel with rows and columns already in place.
Convert PPT to PPTX
ActionIn Make“Takes PPT document and converts it to PPTX”
Updates an old PowerPoint PPT file to the current PPTX format, the one the PPTX template module and the PDF conversion expect.
Convert PPTX to PDF
ActionIn Make“This action takes PPTX document and converts it to PDF”
Turns a slide deck into a PDF that anyone can open without PowerPoint. Slides keep their layout and become pages you can print or attach.
Convert to PDF
ActionIn Make“Takes a file and converts it to PDF. Refer to documentation for list of all supported file extensions”
The catch-all converter: give it a file and it returns a PDF, whatever the source format, as long as Plumsail supports that extension. One module replaces a chain of specific ones.
Convert XLS to XLSX
ActionIn Make“Takes XLS document and converts it to XLSX”
Upgrades a legacy XLS spreadsheet to XLSX, so the XLSX template module and the PDF export can work with it.
Convert XLSX to PDF
ActionIn Make“This action takes XLSX document and converts it to PDF”
Saves an Excel workbook as a PDF, which is how you send numbers without letting anyone change a cell. Tables, totals and formatting come out as a fixed page.
Create Archive
ActionIn Make“Compresses and adds files to a ZIP archive”
Packs several files into a single ZIP. Recipients download one file instead of ten, and your storage gets one tidy item per case.
Create document from DOCX template
ActionIn Make“Takes DOCX document and replaces special tokens in double curly braces with specified data.”
The heart of the app for many teams: you write a Word model with tokens in double curly braces, like {{client}}, and the module swaps each one for real data from the scenario.
Create document from PPTX template
ActionIn Make“Takes PPTX document and replaces special tokens in double curly braces with specified data.”
Fills a PowerPoint deck the same way: tokens in double curly braces on the slides get replaced with the data you map. Each prospect can get a deck with their own name and figures.
Create document from XLSX template
ActionIn Make“Takes XLSX document and replaces special tokens in double curly braces with specified data.”
Drops data into an Excel model by replacing tokens written in double curly braces. The model stays yours; only the tokens change from one file to the next.
Create HTML from template
ActionIn Make“Takes HTML file or Raw HTML and replaces special tokens in double curly braces with specified data.”
Takes an HTML file or raw HTML, finds the tokens in double curly braces and fills them with your data. You get personalized HTML ready for an email body or for a PDF conversion.
Extract text from PDF
ActionIn Make“Extract text from PDF document into a text or HTML file”
Pulls the words out of a PDF into a text or HTML file, so the rest of the scenario can search, filter or store the content.
Fill in Merge Fields in DOCX Document
ActionIn Make“Fills in Merge Fields in DOCX with provided data”
Fills classic Word merge fields, the ones created with the mail merge feature, with the data you provide. Existing company templates can be automated without rewriting them with curly braces.
Fill in PDF Form
ActionIn Make“Fills in PDF form with provided data”
Writes your data into the fields of a fillable PDF, the kind official forms and bank documents often come as. The output is the same form, already completed.
Get Form from PDF
ActionIn Make“Extracts form data from a fillable PDF, returning a JSON object where each key represents a form input name and the corresponding value is the input's filled data.”
Reads a fillable PDF that someone completed and returns its content as JSON: each input name paired with the value typed in. The answers become data the next modules can map.
Get PDF Protection Information
ActionIn Make“Returns information whether the PDF document is password protected”
Tells you whether a PDF is locked with a password before you try to do anything else with it. A simple yes or no that saves failed runs further down.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Your way out when no listed module does what you need: it sends any request to the Plumsail Documents API, reusing the connection you already created.
Merge any files into PDF
ActionIn Make“Convert and merge multiple files into a single PDF document.”
Converts several files of different types and joins them into one PDF. A Word file, a spreadsheet and a few images can end up as a single document.
Merge DOCX
ActionIn Make“Takes multiple DOCX documents and merges them into a single file”
Joins several Word documents into one DOCX that stays editable. Handy when a report is built from sections produced by different templates.
Protect PDF Document
ActionIn Make“Add password, copy, printing, and other protections to a PDF file.”
Locks a PDF with a password and can block copying, printing and other actions. Sensitive documents leave your scenario already secured.
Regular Expression Replace
ActionIn Make“Replaces all strings that match a regular expression pattern with a specified replacement.”
Finds every piece of text that matches a pattern and swaps it for the replacement you choose. Good for cleaning phone numbers, masking IDs or fixing formats in one pass.
Regular Expression Test
ActionIn Make“Evaluate whether provided regular expression matches any part of a given input string”
Answers one question: does this text contain a match for the pattern, yes or no? It checks without changing anything.
Start Document Generation Process
ActionIn Make“Fills a template related to the selected process with the JSON data”
Hands your JSON data to a process you already designed in Plumsail, which then fills the template linked to it. The template itself stays managed in Plumsail, not in Make.
Convert PDF to Images
SearchIn Make“Takes PDF document and converts it to images of specified format (JPEG, PNG, GIF or BMP)”
Turns the pages of a PDF into pictures in JPEG, PNG, GIF or BMP format. Thumbnails and previews become easy to publish.
Parse CSV
SearchIn Make“Parses CSV and returns JSON array with each object corresponding to the CSV row”
Reads a CSV and gives you its rows as data: one JSON object per line, ready to map into other apps. No spreadsheet opens along the way.
Regular Expression Match
SearchIn Make“Searches input string for all occurrences of a regular expression and returns all the matches.”
Scans a text and returns every piece that matches your pattern, not just the first. Email addresses, invoice numbers or dates can be picked out of messy content.
Split PDF
SearchIn Make“Split PDF by bookmarks, into equal chunks or by extracting specific pages”
Cuts a PDF into smaller documents, by bookmarks, into equal chunks, or by pulling out the pages you name. One bulky file becomes several focused ones.
Need help automating Plumsail Documents with Make?
A person reads every message.