# Parseur AI integration on Definable

> Parseur is an AI-powered data extraction tool that automates the parsing of emails, PDFs, and other documents into structured data.

## What this connects

Parseur is an AI-powered data extraction tool that automates the parsing of emails, PDFs, and other documents into structured data.

Vendor: https://parseur.com/

## Tools available

**26** tools available. First 12:

- `PARSEUR_COPY_DOCUMENT` — Copy Document — Tool to copy a document to another mailbox. Use when you need to duplicate a document from one mailbox to another mailbox within Parseur.
- `PARSEUR_COPY_MAILBOX` — Copy Mailbox — Tool to copy a mailbox (parser) in Parseur. Creates a duplicate of the mailbox with all its configuration. Use when you need to duplicate an existing parser setup.
- `PARSEUR_CREATE_CUSTOM_DOWNLOAD` — Create custom download — Tool to create a custom download (export configuration) for a mailbox. Use when you need to define which fields should be exported to CSV or XLS format.
- `PARSEUR_CREATE_MAILBOX` — Create mailbox — Tool to create a new mailbox (parser) in Parseur. Use when you need to set up a new parser for document parsing with custom configuration.
- `PARSEUR_DELETE_CUSTOM_DOWNLOAD` — Delete custom download — Tool to delete a custom download (export configuration) from a mailbox. Use when permanently removing an export configuration after confirming its ID.
- `PARSEUR_DELETE_DOCUMENT` — Delete document — Tool to delete a specific document by ID. Use when permanently removing a document after confirming its ID.
- `PARSEUR_DELETE_MAILBOX` — Delete mailbox — Tool to delete a mailbox (parser) by ID. Use when permanently removing a mailbox after confirming its ID.
- `PARSEUR_DELETE_WEBHOOK` — Delete webhook — Tool to delete a specific webhook. Use when permanently removing a webhook after confirming its ID.
- `PARSEUR_DISABLE_WEBHOOK` — Disable webhook — Tool to disable a webhook for a mailbox. Removes the webhook association from the specified mailbox. Use when you need to stop an active webhook from sending parsed data.
- `PARSEUR_ENABLE_WEBHOOK` — Enable webhook — Enables a paused webhook for a specified mailbox, allowing it to receive and forward parsed document events. Use this action to re-enable a webhook that was previously paused. Only webhooks listed in 'available_webhook_set' (paused webhooks) can be enabled. After enabling, the webhook will appear in 'webhook_set' (active webhooks) and begin sending HTTP POST requests to its target URL when the configured event occurs (e.g., document.processed).
- `PARSEUR_GET_BOOTSTRAP_CONFIG` — Get Bootstrap Config — Tool to retrieve bootstrap configuration data. Use when you need system-wide configuration choices, field format mappings, maximum field lengths, or master parser definitions.
- `PARSEUR_GET_DOCUMENT` — Get Document — Tool to retrieve full details of a specific document by ID. Returns document status, processing info, parsed results, and download URLs for JSON, CSV, and XLS formats.

## Auth

Auth schemes: `API_KEY`.

## How agents use Parseur

Inside a Definable workflow, Parseur is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Parseur** — the Researcher (GPT-5.5) pulls context from Parseur (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Parseur** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Parseur (create record, post message, draft email).
- **Designer / Engineer → Distributor → Parseur** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Parseur (attach file, open PR comment, post status).

The Verifier checks every Parseur call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ai document extraction — https://definable.ai/apps/category/ai-document-extraction/
- documents — https://definable.ai/apps/category/documents/

## Related

- HTML page: https://definable.ai/apps/parseur/
- Same category (ai document extraction): https://definable.ai/apps/category/ai-document-extraction/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
