- Home
- Resources
- Integrations
- Parseur
Parseur Make integrationAutomate Parseur with Make.
What happens to a document once Parseur has finished reading it? The Parseur Make integration answers that with 17 modules: 6 triggers, 9 actions and 2 searches. This guide is for teams who already use Parseur and want their mailboxes to feed other tools without code.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Parseur Make integration do for you?
The Parseur Make integration links your Parseur account to Make, a no-code 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. Parseur then tells Make when a document has been processed, and Make can upload documents, manage mailboxes or look up past files for you.
Hand off every processed document. Start a scenario on Watch Document Processed and pass what Parseur produced to the next app in the chain. If the next app expects plain rows rather than nested tables, Watch Document Processed Flattened is the better starting point.
Feed a mailbox from somewhere else. Files often land in a shared drive or a form before anyone thinks of Parseur. Upload a Document sends each of them to the right mailbox, so nobody forwards attachments by hand anymore.
Catch what went wrong. Watch Process Failed and Watch Failed Exports let a scenario notice problems, and Reprocess a Document gives a file a second pass once the template has been fixed. Watch Template Needed tells you when Parseur has no template for a document yet.
Make does not replace your Parseur settings: templates still live in Parseur, and the official doc warns that its own text is AI-generated and may contain mistakes, so check anything critical against Parseur. When a Parseur node also exists on the other side, the n8n vs Make comparison lays out the criteria. To learn the editor properly, see the Make training, and Make pricing explains how operations are counted.
How do you connect Parseur to Make?
- 01
Create an API key in Parseur
Log in to Parseur, open the Account section, then the API keys tab, and click Create new API key. Give it a name you will recognize, set an expiration in months if you want one, and copy the key shown in the window.
- 02
Add a Parseur module in Make
In your Make scenario, add any Parseur module and click Create a connection. The connection is your Parseur account linked to Make once; every Parseur module in your scenarios reuses it. The Connection name field is optional.
- 03
Paste the key and save
Paste the API key you copied from Parseur, or follow the instructions Make shows on screen, then save. Make can now list your mailboxes and documents in the module fields instead of asking you to type identifiers.
Build your first scenario with Parseur
GoalWhen a new file shows up in another app, Make sends it to a Parseur mailbox with Upload a Document.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. This first module decides when the scenario starts: pick the app where your files arrive and its trigger for new files.
- 02
Add Upload a Document
Click the + on the right of that first module, search for Parseur and choose Upload a Document. Link your account with Create a connection if you have not done it yet.
- 03
Pick the mailbox and map the file
Make lists your Parseur mailboxes once the connection exists, so choose the one that holds the right template. Then map the file coming from the first module, which Make passes along as a bundle: one item flowing to the next module.
- 04
Test with Run once
Drop a sample file where the first app watches, then click Run once. Open the bubble above each module to read the bundles it received and check that the document now sits in the Parseur mailbox.
- 05
Schedule it and switch it on
Open the clock on the first module to set how often Make checks: a new scenario runs every 15 minutes by default. Switch the scenario on, and every new file follows the same path without you.
Which Parseur triggers can start a scenario?
6 modules start a scenario when something happens in Parseur. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Parseur as soon as it happens.
Watch Document Processed
Instant triggerIn Make“Triggers when a document is processed.”
This trigger starts your scenario right after Parseur finishes processing a document, so the result can travel on to a spreadsheet, a CRM or an accounting tool without anyone copying it.
Watch Document Processed Flattened
Instant triggerIn Make“Triggers when a document is processed. Returns "flattened" table fields.”
Same moment as the previous trigger, a document has just been processed, but table fields come back "flattened", which spares you from unpacking nested data in the next module.
Watch Table Processed
Instant triggerIn Make“Triggers when a table is processed.”
Here the event is a processed table rather than a whole document. Your scenario receives it as soon as Parseur is done, ready to be written line by line into another tool.
Watch Template Needed
Instant triggerIn Make“Triggers when a template is needed.”
Parseur raises this event when a document arrives that it cannot read without a template. The scenario can alert whoever maintains your templates, so a new layout never waits unnoticed in a mailbox.
Watch Failed Exports
triggerIn the docs onlyGoing by its name, this trigger picks up Parseur exports that failed, so a broken handoff shows up in a scenario instead of being discovered much later by the person expecting the data.
Watch Process Failed
triggerIn the docs onlyIts name points to documents that Parseur failed to process, where the previous trigger covers exports. It gives your team a list of files to look at rather than silent gaps in the data.
What can Make do in Parseur?
Parseur gives you 11 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Mailbox
ActionIn Make“Creates a new mailbox.”
Creates a new Parseur mailbox from inside a scenario, which saves you a detour through the Parseur interface when a new stream of documents begins.
Delete a Document
ActionIn Make“Deletes an existing document.”
Removes one document from Parseur once you no longer need it, which keeps mailboxes tidy after the data has safely reached its destination.
Delete a Mailbox
ActionIn Make“Deletes an exisitng mailbox.”
Deletes a whole Parseur mailbox, the counterpart of Create a Mailbox when a client relationship or a project comes to an end.
Get a Document
ActionIn Make“Retrieves an existing document.”
Fetches one existing document by its identity, so a later module can read its details even when the scenario did not start from a Parseur trigger.
Get a Mailbox
ActionIn Make“Retrieves an existing mailbox.”
Reads the details of one mailbox, which is handy when a scenario must check how a mailbox is set up before sending it anything.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API Call.”
Calls any endpoint of the Parseur API with the connection you already set up, which covers whatever the ten other action and search modules do not.
Reprocess a Document
ActionIn Make“Reprocesses an exisitng document.”
Sends an existing document through Parseur again, so a file that failed or was read with an old template gets a fresh result without being uploaded twice.
Update a Mailbox
ActionIn Make“Updates an existing mailbox.”
Changes the settings of an existing mailbox from a scenario, so a change decided elsewhere is applied in Parseur without anyone logging in.
Upload a Document
ActionIn Make“Uploads a document to a mailbox.”
Drops a file into a Parseur mailbox, the entry point for documents that do not arrive by email: attachments saved in a drive, files sent through a form.
Search Documents
SearchIn Make“Retrieves a list of documents by criteria.”
Returns the documents that match your criteria, each as its own bundle, which lets a scenario work through a batch in one run.
Search Mailboxes
SearchIn Make“Retrieves a list of mailboxes for the account.”
Lists the mailboxes of your Parseur account, one bundle per mailbox, so a scenario can act on all of them or pick the right one by name.
Need help automating Parseur with Make?
A person reads every message.