get_template
Get Template
Retrieve details of a specific parsing template by its ID. Returns the template's configuration and extraction rules.
get_template
Retrieve details of a specific parsing template by its ID. Returns the template's configuration and extraction rules.
get_collected_emails
Retrieve the list of email addresses that have been automatically collected from documents in a mailbox. Requires the "collect emails" setting to be enabled on the mailbox.
list_webhooks
List all webhooks configured for a specific mailbox. Returns webhook URLs, trigger events, and configuration details.
list_documents
List and search documents within a mailbox. Supports filtering by date range, search query, and document status. Returns paginated results.
get_parsed_data
Retrieve structured parsed data from all documents in a mailbox. Supports filtering by date range. Returns the extracted fields from successfully parsed documents.
create_webhook
Create a new webhook for a mailbox to receive real-time notifications when documents are processed. Configure the target URL, trigger event, and optionally a table ID for table-parsed events.
get_document
Retrieve a specific document by its ID, including its parsed data as JSON. Use this to inspect a document's extraction results and metadata.
skip_documents
Mark one or more documents as skipped in a mailbox. Skipped documents will not be parsed. Use this for documents that should be ignored.
manage_templates
Enable, disable, or delete parsing templates in bulk. Provide one or more template IDs and the action to perform on them.
list_mailboxes
List all mailboxes in your Parsio.io account. Each mailbox has a unique email address where documents can be forwarded for parsing. Returns mailbox details including name, email address, and configuration.
delete_mailbox
Permanently delete a mailbox and all its associated documents, templates, and webhooks. This action cannot be undone.
submit_document
Submit HTML or text content to a mailbox for parsing. Optionally include email metadata (from, to, subject). If both HTML and text are provided, HTML takes priority. You can also attach custom metadata for linking with external systems.
list_templates
List all parsing templates for a mailbox. Templates define the extraction rules used to parse documents in the mailbox.
update_mailbox
Update settings of an existing mailbox. Allows changing the name, email prefix, attachment processing, email collection, and alert frequency.
delete_webhooks
Delete one or more webhooks by their IDs. This permanently removes the webhook configurations.
get_mailbox
Retrieve details of a specific mailbox by its ID. Returns full mailbox configuration including name, email address, parsing settings, and table fields.
create_mailbox
Create a new mailbox in Parsio.io. A mailbox is the core organizational unit where documents can be forwarded for parsing via its unique email address.
reparse_document
Trigger re-parsing of a specific document. Useful when templates have been updated or a previous parse failed.
Extract structured data from emails, PDFs, images, and documents (HTML, CSV, DOCX, XLSX, XML, TXT, RTF) using template-based, OCR, and GPT-powered parsing. Manage mailboxes for document ingestion, upload files or submit HTML/text content for parsing, retrieve parsed data as JSON, and configure webhooks for real-time notifications on document events. Create and manage parsing templates, search and filter documents by status and date range, export extracted data, and handle bulk operations like re-parsing or skipping documents.
Common questions about connecting Parsioio to AI agents with Metorial.