- Home
- Resources
- Integrations
- pdfFiller
pdfFiller Make integrationAutomate pdfFiller with Make.
What happens to a PDF once it is signed or filled? The pdfFiller Make integration answers that with 26 modules: one instant trigger, 20 actions and 5 searches. This page shows ops and sales teams how to plug their account in and build a first scenario without writing code.
Verified Trustpilot reviews · AI, automation & growth agency
What can the pdfFiller Make integration automate?
The pdfFiller Make integration links your pdfFiller account to Make so that forms, signature requests and documents move on their own. You build a scenario, which is the automation itself: a chain of modules, each module being one brick such as a trigger, an action or a search. pdfFiller becomes one link in that chain.
Signed contracts that file themselves. Watch Events fires when a signature request is completed, then Download a Document pulls the signed file and the next module drops it wherever your team keeps contracts. Nobody has to open pdfFiller to check who signed.
Forms that turn into data. A client returns an intake form; Get a Filled Form Data reads what was typed so the answers can land in a spreadsheet or a CRM record. If you already run a base there, the Airtable Make integration page covers the other side.
Paperwork sent from your own tools. Create a Fill Request or Create Signature Requests starts the pdfFiller side when something happens elsewhere, a deal marked as won for instance. Send a Signature Request Reminder then nudges the slow signer.
Know the edges before you start. Create a Template from Template does not support templates that contain radio fields, and Add Signature Request Recipients only applies to a request sent to a group. Anything the 26 modules skip can go through Make an API Call with the same connection.
The same app often has an n8n node as well. If you are weighing both tools, read n8n vs Make, and check Make pricing to see how operations are counted on each plan.
How do you connect pdfFiller to Make?
- 01
Grab your API credentials
In pdfFiller, open the Settings panel, then the API Applications or Integrations section. Select an application or create one, and copy the Client ID and the Client secret shown on screen.
- 02
Add a pdfFiller module
In your Make scenario, add any pdfFiller module and click Create a connection. A connection is your pdfFiller account linked to Make once, then reused by every pdfFiller module you add later.
- 03
Paste and save
Give the connection a name in Connection name if you run several accounts (the field is optional), paste the credentials you copied, and follow the on-screen instructions until Make confirms the link.
Your first scenario: save every filled form as a PDF
GoalWhen someone finishes a fill request in pdfFiller, Make downloads the completed form as a PDF.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module. Search for pdfFiller and pick Watch Events.
- 02
Create the webhook and connection
Click Create a webhook, then Create a connection and paste your Client ID and Client secret. From now on pdfFiller calls Make itself whenever an event happens.
- 03
Add Download a Filled Form
Click the + on the right of the trigger, pick Download a Filled Form and map the filled form ID from the bundle, meaning the item the trigger passed along.
- 04
Test with Run once
Click Run once, then fill a test form in pdfFiller. Open each module's bubble to read the bundle it received and confirm that the PDF came through.
- 05
Switch it on
Turn the scenario on. Since Watch Events is instant, there is no interval to set: each finished form starts a run and uses operations, the unit Make counts on your plan.
What starts a pdfFiller scenario
1 module starts a scenario when something happens in pdfFiller. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by pdfFiller as soon as it happens.
Watch Events
Instant triggerIn Make“Triggers by the completion of a fill request, a signature request or a document constructor.”
Watch Events starts your scenario the moment a fill request is completed, a signature request is completed or a document built with the template constructor is finished, so the follow-up work runs without anyone checking pdfFiller by hand.
Everything pdfFiller can do in Make
pdfFiller gives you 25 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add Signature Request Recipients
- Cancel a Fill Request
- Cancel a Signature Request
- Copy a Document
- Create a Fill Request
- Create a Template Constructor Link
- Create a Template from Template
- Create Signature Requests
- Delete a Document
- Download a Document
- Download a Filled Form
- Download an Additional Document
- Get a Filled Form
- Get a Filled Form Data
- Get a Signature Request
- Make an API Call
- Move a Document
- Rename a Document
- Send a Signature Request Reminder
- Upload a Document
- List Documents
- List Filled Forms
- List Fill Requests
- List Signature Request Recipients
- List Signature Requests
Add Signature Request Recipients
ActionIn Make“Adds additional recipients to a "sendtogroup" signature request by the signature request ID.”
Extra signers join a request that is already out, so you do not cancel it and start again. You point the module at the signature request ID.
sendtogroup requests only, so check how the original request was sent.Cancel a Fill Request
ActionIn Make“Cancels a document fill request by the fill request ID.”
A form you sent out stops accepting answers: this module cancels the fill request by its ID, so nobody keeps working on a version you no longer want.
Cancel a Signature Request
ActionIn Make“Cancels a document signature request by the signature request ID.”
Pull a contract back before anyone signs it. Give the module the signature request ID and pdfFiller cancels the request.
Copy a Document
ActionIn Make“Copies a document to a destination folder.”
You keep the original untouched and work on a duplicate placed in the folder you choose. Handy when a master file must stay clean.
Create a Fill Request
ActionIn Make“Creates a new fill request by the template ID.”
Turns a pdfFiller template into a form someone can complete, created from the template ID. This is the starting point of any intake flow.
Create a Template Constructor Link
ActionIn Make“Creates a new template constructor link by the template ID.”
Hands someone a link to the template constructor for a given template ID, so they can shape the document without you doing it in their place.
Create a Template from Template
ActionIn Make“Creates a new template by filling a template. Template containing radio fields are not supported.”
Produces a new template by filling an existing one, so variations of a master file appear without manual editing. Its Make key is createDocumentFromTemplate.
Create Signature Requests
ActionIn Make“Creates new signature requests from an existing document.”
Sends an existing document out for signature, straight from your scenario. The contract leaves as soon as the deal is ready, not when someone remembers.
Delete a Document
ActionIn Make“Removes a document by the document ID.”
Clears a document out of pdfFiller by its ID, which keeps the account tidy once files have been archived elsewhere.
Download a Document
ActionIn Make“Downloads a document or a template as a file.”
Gets you the actual file of a document or a template, ready to pass to the next module as a real attachment rather than a link.
Download a Filled Form
ActionIn Make“Downloads a filled form as PDF by the filled form ID.”
The completed form arrives as a PDF you can store, send or attach, fetched with the filled form ID.
Download an Additional Document
ActionIn Make“Downloads an additional document of a filled form by the filled form ID.”
Retrieves the extra file a person attached to a filled form, such as an ID scan or a certificate, using the filled form ID.
Get a Filled Form
ActionIn Make“Retrieves a filled form by its ID and the fill request ID.”
Pulls up one filled form so later modules know which submission they are handling. It needs both the form ID and the fill request ID.
Get a Filled Form Data
ActionIn Make“Retrieves details of a filled form by its ID.”
Reads what the person typed into a filled form so the answers can travel to another app as data, not as a PDF.
Get a Signature Request
ActionIn Make“Retrieves a signature request by the signature request ID.”
Shows where one signature request stands, looked up by its ID, so your scenario can decide what to do next.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API Call.”
Covers what the listed modules leave out: any endpoint of the pdfFiller API can be called from the scenario, with the same connection you already created.
Move a Document
ActionIn Make“Moves a document to a destination folder.”
Relocates a document into a destination folder, so your pdfFiller account mirrors the stage each file has reached.
Rename a Document
ActionIn Make“Renames a document by the document ID.”
Gives a document a clear name built from your data, so anyone scanning the list finds the right file at a glance.
Send a Signature Request Reminder
ActionIn Make“Reminds a recipient about the signature request by the recipient ID.”
Nudges one signer who has not acted yet, targeted by the recipient ID, without you writing a follow-up email.
Upload a Document
ActionIn Make“Uploads a document by its URL or file.”
Brings a file into pdfFiller, either from a URL or from a file passed by an earlier module, so it can be signed, filled or stored there.
List Documents
SearchIn Make“Searches documents by criteria.”
Finds documents that match your criteria and returns each as its own bundle, which later modules process one after the other.
List Filled Forms
SearchIn Make“Lists all filled forms by the fill request ID.”
Brings back every filled form tied to one fill request, so you see all submissions for the same form together.
List Fill Requests
SearchIn Make“Searches document fill requests by criteria.”
Searches the forms you sent out for filling and returns the matching requests, handy when the ID is not in your scenario yet.
List Signature Request Recipients
SearchIn Make“Retrieves a list of signature request recipients by the signature request ID.”
Lays out who is on a signature request, by its ID, with one bundle per recipient that you can route individually.
List Signature Requests
SearchIn Make“Searches document signature requests by criteria.”
Scans your signature requests by criteria and returns the matches, giving you a view across all contracts in play.
Need help automating pdfFiller with Make?
A person reads every message.