Actions

createDocument
Creates a new document.

createDocumentFromFile
Creates new document in mailbox from file.

custom_api_call
Make a custom API call to a specific endpoint

findDocument
Finds a document based on search param.

getParsedDocumentById
Fetch parsed JSON / structured output for a given document ID

reprocessDocument
Send an existing document back through parsing (e.g. after updating template).
Triggers

newDocumentProcessed
Fires when a new document is successfully processed and parsed by Parseur.

newTableFieldProcessed
Fires when a document with table fields is processed, and triggers for each row (table field) separately.

newDocumentNotProcessed
Fires when Parseur fails to parse a document (e.g. no matching template).

newDocumentExportFailed
Fires when an automated export endpoint (webhook / integration) fails for a processed document.

newMailbox
Fires when a new mailbox is created in the Parseur account.























