Parseur

Parseur is the most powerful and user-friendly mail parser. A data extraction tool to automatically extract text from your emails, pdfs, and other documents.

Go to site
Explore
/
Apps
/
Parseur

Parseur API Integrations

Build and run workflows using the Parseur API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Parseur is an AI-powered email parsing and extraction API that allows you to easily extract data from incoming emails. This powerful tool can be used to build applications and software that automates a wide variety of processes. Here are some examples of what you can build with the Parseur API:

  • Automatically create invoices from emails
  • Automatically create leads or contacts from emails
  • Automatically store and backup emails in databases
  • Automatically send emails in response to incoming messages
  • Automatically pass extracted data to your existing software or applications
  • Automatically filter and extract information from emails
  • Automatically remove duplicate addresses from contact databases
  • Automatically transfer parsed data to the desired format for integration with third-party applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    parseur: {
      type: "app",
      app: "parseur",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.parseur.com/parser`,
      headers: {
        "Authorization": `Token ${this.parseur.$auth.api_token}`,
      },
    })
  },
})
Send Message (Advanced) with Discord Webhook API on New Document Not Processed from Parseur API
Parseur + Discord Webhook
 
Try it
Add Multiple Rows with Google Sheets API on New Document Processed (With List Items) from Parseur API
Parseur + Google Sheets
 
Try it
Get Film with SWAPI - Star Wars API on New Document Processed (With List Items) from Parseur API
Parseur + SWAPI - Star Wars
 
Try it
Create Multiple Records with Airtable API on New Document Not Processed from Parseur API
Parseur + Airtable
 
Try it
Send any HTTP Request with HTTP / Webhook API on New Document Processed (With List Items) from Parseur API
Parseur + HTTP / Webhook
 
Try it
New Document Not Processed from the Parseur API

Emit new event when a new document is not processed. It is triggered when a document fails to process with status New Template Needed. See the docs.

 
Try it
New Document Processed from the Parseur API

Emit new event when a new document is processed. It is useful for endpoints that don't support deep JSON structures as it will flatten your table fields. See the docs.

 
Try it
New Document Processed (With List Items) from the Parseur API

Emit new event when a new document is processed with list items. The payload format is the same as when viewing the document and clicking on view as JSON. See the docs.

 
Try it
New Mailbox Created from the Parseur API

Emit new event when a new mailbox is created. See the docs.

 
Try it
New Table Processed from the Parseur API

Emit new event when a new table is processed. See the docs.

 
Try it

Authentication

Parseur uses API keys for authentication. When you connect your Parseur account, Pipedream securely stores the keys so you can easily authenticate to Parseur APIs in both code and no-code steps.

Parseur API uses a token-based authentication.
You will find your API Token Key in your Account Overview.