AI & ML24 toolsPaste one API key
Parsio.io integration for AI agents
No-code email parser to extract and export valuable data from emails, PDFs and documents.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Parsio.io once and call the same tools from all of them.
Setup
Connect Parsio.io through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Parsio.io exposes 24 tools through ClawLink. The 21 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
parsio_io_get_document | Retrieve a specific document with parsed data as JSON | Read |
parsio_io_get_mailbox | Retrieve details of a specific mailbox | Read |
parsio_io_get_parsed_data | Get parsed data from a mailbox with optional date range filters and pagination | Read |
parsio_io_get_template | Retrieve details of a specific parsing template by its ID | Read |
parsio_io_get_webhook | Retrieve details of a specific webhook by its ID | Read |
parsio_io_list_collected_emails | List all collected email addresses from a specific mailbox | Read |
parsio_io_list_documents | Retrieve a list of documents from a specific mailbox | Read |
parsio_io_list_mailboxes | Retrieve all mailboxes in the account | Read |
parsio_io_list_table_fields | List all table fields in a specific mailbox | Read |
parsio_io_list_templates | List all parsing templates associated with a specific mailbox | Read |
parsio_io_list_webhooks | Retrieve all webhooks configured for a specific mailbox | Read |
parsio_io_create_html_text_document | Create and parse HTML or text documents via API | Write |
parsio_io_create_mailbox | Create a new mailbox with a specified name | Write |
parsio_io_create_webhook | Create a new webhook for a mailbox with specified URL, event trigger, and settings | Write |
parsio_io_disable_templates | Disable multiple templates by providing an array of template IDs | Read |
parsio_io_enable_templates | Enable multiple templates by providing an array of template IDs | Read |
parsio_io_parse_document | Trigger parsing of a specific document | Read |
parsio_io_skip_documents | Skip multiple documents in a mailbox by providing document IDs | Read |
parsio_io_update_mailbox | Update mailbox settings including name, email prefix, and processing options | Write |
parsio_io_update_webhook | Update an existing webhook's configuration | Write |
parsio_io_upload_file | Upload and parse PDF, HTML, CSV, TXT, DOCX, RTF or XML files (max 20MB) to a mailbox | Write |