- Home
- Resources
- Integrations
- Docparser
Docparser Make integrationAutomate Docparser with Make.
What if every parsed document moved on to your other tools by itself? The Docparser Make integration gives you 7 modules: 1 instant trigger, 3 actions and 3 searches. This guide shows how to link your account, build a first scenario and pick the right module for each job.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Docparser Make integration do for you?
The Docparser Make integration links your Docparser account to Make, a visual tool where you build a scenario: an automation made of modules, each one a single brick such as a trigger, an action or a search. Docparser reads your documents, and Make carries the result wherever it needs to go, with no code.
Parsed data that leaves on its own. Watch Parsed Documents starts your scenario the moment Docparser finishes reading a document. The extracted data then flows to the next module as a bundle, one item passed along the chain, ready to land in a spreadsheet, a CRM or a message to the accounts team.
Files that reach Docparser without a manual upload. When invoices pile up in a mailbox or a shared folder, Upload a Document sends each one to Docparser from inside the scenario. If the file already sits behind a public link, Upload a Document from a URL does the same job from that address.
A quick check of what your account holds. List Document Parsers returns every parser linked to your account, and List Parsed Documents brings back documents already processed, which helps when you catch up on older files or audit a batch.
Make's documentation for this app lists no specific quota, so the limits that matter come from your Make plan. For anything the 7 modules leave out, Make an API Call reaches the rest of the Docparser API with the same connection. If you are weighing both tools, n8n vs Make lays out the criteria. New to the editor? Make training walks through the basics, and Make troubleshooting helps when a run stalls.
How do you connect Docparser to Make?
- 01
Copy your Docparser API key
In the Docparser dashboard, open Account, then API Access in the left menu, and copy the API key shown on screen. You need an active Docparser account for this, since the key is what lets Make act on your behalf.
- 02
Add a Docparser module in Make
Open your scenario, click the +, search for Docparser and pick a module. Then click Create a connection. A connection is your Docparser account linked to Make once, and every Docparser module reuses it afterward.
- 03
Paste the key and save
Give the connection a clear label in Connection name if you like (this field is optional), paste the API key you copied, and confirm. Make can now read and send documents for this account.
Your first scenario with Docparser
GoalWhen a new file lands in another app, such as a mailbox or a storage folder, Make sends it to Docparser for parsing.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. That first module is the trigger of the app where your files arrive.
- 02
Set the trigger of the source app
Search that app by name, pick its module that watches for new files, and link your account with Create a connection. Make then lists the folders it can read so you can choose one.
- 03
Add Upload a Document
Click the + on the right of the first module, search Docparser and choose Upload a Document. Map the file coming from the previous module so each new file goes straight to Docparser.
- 04
Test with Run once
Drop a sample file in the source folder, then click Run once. Open the bubble above each module to read the bundles it received and confirm the file reached Docparser.
- 05
Schedule and switch on
Open the clock on the first module: a new scenario checks every 15 minutes by default, and the Free plan cannot go below that. Adjust it if your plan allows, then switch the scenario on.
What starts a Docparser scenario
1 module starts a scenario when something happens in Docparser. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Docparser as soon as it happens.
Watch Parsed Documents
Instant triggerIn Make“Triggers when a new document is parsed.”
Watch Parsed Documents gives you the result of each parse the moment Docparser finishes it, so the extracted data can move on without anyone opening the dashboard. Each parsed document arrives as one bundle for the next modules.
What each Docparser module does
Docparser gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call is your way out when none of the other six modules covers the task: it sends a request to any endpoint of the Docparser API, reusing the connection you already set up, so no second key is needed.
Upload a Document
ActionIn Make“Uploads a document to parse.”
With Upload a Document, a file handled earlier in your scenario goes to Docparser for parsing, so nobody has to drag it into the dashboard by hand. It acts on one file per run of the module.
Upload a Document from a URL
ActionIn Make“Uploads a document that is stored under a publicly accessible URL.”
Upload a Document from a URL hands Docparser a link instead of a file, and Docparser fetches the document from that address itself. It saves a download step when the file already lives online.
Get Parsed Document
SearchIn Make“Retrieves a parsed document.”
Get Parsed Document fetches the result of one document Docparser has already processed, so a scenario can reuse that data later without waiting for a new parse. It is a search module, so Make treats what it finds as bundles.
List Document Parsers
SearchIn Make“Retrieves all Document Parsers linked to your account.”
This search returns every parser linked to your Docparser account, one bundle per parser. You get an overview of your setup straight inside the scenario, handy before sending files anywhere.
List Parsed Documents
SearchIn Make“Retrieves parsed documents.”
List Parsed Documents brings back documents Docparser has already processed, so you can work through a batch of past results in one scenario instead of one by one.
Need help automating Docparser with Make?
A person reads every message.