Parsio.io
parsio_ioNo-code email parser to extract and export valuable data from emails, PDFs and documents
Acciones disponibles (24)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create HTML/Text DocumentPARSIO_IO_CREATE_HTML_TEXT_DOCUMENTAcciónTool to create and parse HTML or text documents via API. Use when you need to submit HTML or text content to a Parsio mailbox for data extraction. At least one of html or text must be provided.
PARSIO_IO_CREATE_HTML_TEXT_DOCUMENTAcciónTool to create and parse HTML or text documents via API. Use when you need to submit HTML or text content to a Parsio mailbox for data extraction. At least one of html or text must be provided.
Parámetros de entrada
tostringRecipient's email address
fromstringSender's email address
htmlstringHTML content to parse. At least one of html or text must be provided. If both are provided, HTML takes precedence.
metaobjectAdditional payload data as key-value pairs
namestringObligatorioDocument's name or subject line for emails
textstringText content to parse. At least one of html or text must be provided.
mailbox_idstringObligatorioThe unique identifier of the mailbox where the document will be processed
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create MailboxPARSIO_IO_CREATE_MAILBOXAcciónTool to create a new mailbox with a specified name. Use when you need to set up a new mailbox for email parsing in Parsio.
PARSIO_IO_CREATE_MAILBOXAcciónTool to create a new mailbox with a specified name. Use when you need to set up a new mailbox for email parsing in Parsio.
Parámetros de entrada
namestringObligatorioThe name to assign to the new mailbox
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WebhookPARSIO_IO_CREATE_WEBHOOKAcciónTool to create a new webhook for a mailbox with specified URL, event trigger, and settings. Use when you need to register a webhook endpoint to receive automated notifications for mailbox events.
PARSIO_IO_CREATE_WEBHOOKAcciónTool to create a new webhook for a mailbox with specified URL, event trigger, and settings. Use when you need to register a webhook endpoint to receive automated notifications for mailbox events.
Parámetros de entrada
urlstringObligatoriouriThe webhook URL where events will be sent. Must be a valid HTTPS URL.
eventstringObligatorioenumTrigger event type for the webhook. Accepted values: 'doc.parsed' for parsed documents, 'doc.parsed.flat' for flat parsed data, 'doc.fail' for failed documents, 'doc.received' for received documents, 'table.parsed' for parsed tables (requires table_id).
doc.parseddoc.parsed.flatdoc.faildoc.receivedtable.parsedenabledbooleanObligatorioWhether the webhook is active and should trigger on events.
table_idstringTable ID identifier. Required only when event is 'table.parsed'. Leave empty or omit for other event types.
mailbox_idstringObligatorioThe unique identifier of the mailbox to attach the webhook to.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete MailboxPARSIO_IO_DELETE_MAILBOXAcciónTool to delete a specific mailbox from your Parsio account. Use when you need to permanently remove a mailbox.
PARSIO_IO_DELETE_MAILBOXAcciónTool to delete a specific mailbox from your Parsio account. Use when you need to permanently remove a mailbox.
Parámetros de entrada
mailbox_idstringObligatorioUnique identifier of the mailbox to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete TemplatesPARSIO_IO_DELETE_TEMPLATESAcciónTool to delete multiple templates by providing an array of template IDs. Use when you need to remove one or more templates from a mailbox.
PARSIO_IO_DELETE_TEMPLATESAcciónTool to delete multiple templates by providing an array of template IDs. Use when you need to remove one or more templates from a mailbox.
Parámetros de entrada
idsstring[]ObligatorioArray of template IDs to delete. Collection of template identifiers to be removed from the mailbox.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhooksPARSIO_IO_DELETE_WEBHOOKSAcciónTool to delete multiple webhooks from a mailbox. Use when you need to remove one or more webhook configurations by providing their IDs.
PARSIO_IO_DELETE_WEBHOOKSAcciónTool to delete multiple webhooks from a mailbox. Use when you need to remove one or more webhook configurations by providing their IDs.
Parámetros de entrada
idsstring[]ObligatorioArray of webhook IDs to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Disable TemplatesPARSIO_IO_DISABLE_TEMPLATESAcciónTool to disable multiple templates by providing an array of template IDs. Use when you need to deactivate multiple templates in a mailbox.
PARSIO_IO_DISABLE_TEMPLATESAcciónTool to disable multiple templates by providing an array of template IDs. Use when you need to deactivate multiple templates in a mailbox.
Parámetros de entrada
idsstring[]ObligatorioArray of template identifiers to deactivate. Provide template IDs that need to be disabled.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Enable TemplatesPARSIO_IO_ENABLE_TEMPLATESAcciónTool to enable multiple templates by providing an array of template IDs. Use when you need to activate multiple templates for use in a mailbox.
PARSIO_IO_ENABLE_TEMPLATESAcciónTool to enable multiple templates by providing an array of template IDs. Use when you need to activate multiple templates for use in a mailbox.
Parámetros de entrada
idsstring[]ObligatorioArray of template identifiers to activate. Provide template IDs that need to be enabled.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get DocumentPARSIO_IO_GET_DOCUMENTAcciónTool to retrieve a specific document with parsed data as JSON. Use when you need to fetch details of a document by its ID.
PARSIO_IO_GET_DOCUMENTAcciónTool to retrieve a specific document with parsed data as JSON. Use when you need to fetch details of a document by its ID.
Parámetros de entrada
document_idstringObligatorioThe unique identifier of the document to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Mailbox DetailsPARSIO_IO_GET_MAILBOXAcciónTool to retrieve details of a specific mailbox. Use when you need to fetch configuration and settings for a particular mailbox.
PARSIO_IO_GET_MAILBOXAcciónTool to retrieve details of a specific mailbox. Use when you need to fetch configuration and settings for a particular mailbox.
Parámetros de entrada
mailbox_idstringObligatorioThe unique identifier of the mailbox to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Parsed DataPARSIO_IO_GET_PARSED_DATAAcciónTool to get parsed data from a mailbox with optional date range filters and pagination. Use when you need to retrieve extracted information from documents that have been processed through Parsio's parsing system.
PARSIO_IO_GET_PARSED_DATAAcciónTool to get parsed data from a mailbox with optional date range filters and pagination. Use when you need to retrieve extracted information from documents that have been processed through Parsio's parsing system.
Parámetros de entrada
tostringEnd date filter in YYYY-MM-DD format to retrieve documents up to this date
fromstringStart date filter in YYYY-MM-DD format to retrieve documents from this date onwards
pageintegerPage number for pagination. Use this to retrieve additional pages of results.
mailbox_idstringObligatorioThe unique identifier of the mailbox to retrieve parsed data from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Template DetailsPARSIO_IO_GET_TEMPLATEAcciónTool to retrieve details of a specific parsing template by its ID. Use when you need to inspect a template's configuration, fields, or status.
PARSIO_IO_GET_TEMPLATEAcciónTool to retrieve details of a specific parsing template by its ID. Use when you need to inspect a template's configuration, fields, or status.
Parámetros de entrada
template_idstringObligatorioUnique identifier of the template to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Webhook DetailsPARSIO_IO_GET_WEBHOOKAcciónTool to retrieve details of a specific webhook by its ID. Use when you need to inspect a webhook's configuration, status, or event type.
PARSIO_IO_GET_WEBHOOKAcciónTool to retrieve details of a specific webhook by its ID. Use when you need to inspect a webhook's configuration, status, or event type.
Parámetros de entrada
webhook_idstringObligatorioUnique identifier of the webhook to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Collected EmailsPARSIO_IO_LIST_COLLECTED_EMAILSAcciónTool to list all collected email addresses from a specific mailbox. Use when you need to retrieve email addresses that have been automatically collected during document parsing. The mailbox must have the 'collect_emails' setting enabled.
PARSIO_IO_LIST_COLLECTED_EMAILSAcciónTool to list all collected email addresses from a specific mailbox. Use when you need to retrieve email addresses that have been automatically collected during document parsing. The mailbox must have the 'collect_emails' setting enabled.
Parámetros de entrada
pageintegerPage number for pagination. Use this to retrieve additional pages of results.
mailbox_idstringObligatorioUnique identifier of the mailbox to retrieve collected emails from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List DocumentsPARSIO_IO_LIST_DOCUMENTSAcciónTool to retrieve a list of documents from a specific mailbox. Use when you need to list documents with optional filtering by date range, search query, or processing status. Supports pagination for large result sets.
PARSIO_IO_LIST_DOCUMENTSAcciónTool to retrieve a list of documents from a specific mailbox. Use when you need to list documents with optional filtering by date range, search query, or processing status. Supports pagination for large result sets.
Parámetros de entrada
qstringSearch query string to filter documents. Searches within document content.
tostringEnd date filter in YYYY-MM-DD format. Only documents up to this date will be returned.
fromstringStart date filter in YYYY-MM-DD format. Only documents from this date onwards will be returned.
pageintegerPage number for pagination through results. Use to retrieve additional pages of documents.
statusstring[]Filter by document status. Multiple statuses can be specified. Accepted values: 'parsed', 'fail', 'skipped', 'new', 'quota', 'parsing', 'exception'.
mailbox_idstringObligatorioThe unique identifier of the mailbox to retrieve documents from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List MailboxesPARSIO_IO_LIST_MAILBOXESAcciónTool to retrieve all mailboxes in the account. Use when you need to list all available mailboxes and their configurations.
PARSIO_IO_LIST_MAILBOXESAcciónTool to retrieve all mailboxes in the account. Use when you need to list all available mailboxes and their configurations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Table FieldsPARSIO_IO_LIST_TABLE_FIELDSAcciónTool to list all table fields in a specific mailbox. Use when you need to view the structure of data fields available for a mailbox.
PARSIO_IO_LIST_TABLE_FIELDSAcciónTool to list all table fields in a specific mailbox. Use when you need to view the structure of data fields available for a mailbox.
Parámetros de entrada
mailbox_idstringObligatorioThe unique identifier of the mailbox whose table fields you want to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Templates in MailboxPARSIO_IO_LIST_TEMPLATESAcciónTool to list all parsing templates associated with a specific mailbox. Use when you need to retrieve all template configurations for a mailbox, including their enabled status and metadata. Supports pagination for mailboxes with many templates.
PARSIO_IO_LIST_TEMPLATESAcciónTool to list all parsing templates associated with a specific mailbox. Use when you need to retrieve all template configurations for a mailbox, including their enabled status and metadata. Supports pagination for mailboxes with many templates.
Parámetros de entrada
pageintegerPage number for pagination. Use this to navigate through multiple pages of templates.
mailbox_idstringObligatorioThe unique identifier of the mailbox to list templates from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WebhooksPARSIO_IO_LIST_WEBHOOKSAcciónTool to retrieve all webhooks configured for a specific mailbox. Use when you need to list webhooks associated with a mailbox.
PARSIO_IO_LIST_WEBHOOKSAcciónTool to retrieve all webhooks configured for a specific mailbox. Use when you need to list webhooks associated with a mailbox.
Parámetros de entrada
mailbox_idstringObligatorioThe unique identifier for the mailbox whose webhooks you want to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Parse DocumentPARSIO_IO_PARSE_DOCUMENTAcciónTool to trigger parsing of a specific document. Use when you need to initiate parsing for a document that has already been uploaded or created in Parsio.
PARSIO_IO_PARSE_DOCUMENTAcciónTool to trigger parsing of a specific document. Use when you need to initiate parsing for a document that has already been uploaded or created in Parsio.
Parámetros de entrada
document_idstringObligatorioThe unique identifier of the document to parse. This ID is returned when a document is created or uploaded.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Skip DocumentsPARSIO_IO_SKIP_DOCUMENTSAcciónTool to skip multiple documents in a mailbox by providing document IDs. Use when you need to mark documents as skipped rather than parsing them.
PARSIO_IO_SKIP_DOCUMENTSAcciónTool to skip multiple documents in a mailbox by providing document IDs. Use when you need to mark documents as skipped rather than parsing them.
Parámetros de entrada
idsstring[]ObligatorioArray of document IDs to skip. Each ID must be a valid document identifier.
mailbox_idstringObligatorioThe unique identifier of the mailbox containing the documents to skip.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Mailbox SettingsPARSIO_IO_UPDATE_MAILBOXAcciónTool to update mailbox settings including name, email prefix, and processing options. Use when you need to modify configuration settings for an existing mailbox.
PARSIO_IO_UPDATE_MAILBOXAcciónTool to update mailbox settings including name, email prefix, and processing options. Use when you need to modify configuration settings for an existing mailbox.
Parámetros de entrada
namestringUpdate the mailbox's display name.
mailbox_idstringObligatorioThe unique identifier of the mailbox to update.
email_prefixstringModify the email prefix associated with the mailbox.
alert_email_hintegerEmail alerts frequency in hours. Specifies how often to receive alerts.
collect_emailsbooleanEnable or disable automatic email address collection.
process_attachmentsbooleanStore or ignore email attachments. Set to true to process attachments, false to ignore them.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update WebhookPARSIO_IO_UPDATE_WEBHOOKAcciónTool to update an existing webhook's configuration. Use when you need to modify webhook settings like URL, event type, or activation status.
PARSIO_IO_UPDATE_WEBHOOKAcciónTool to update an existing webhook's configuration. Use when you need to modify webhook settings like URL, event type, or activation status.
Parámetros de entrada
_idstringObligatorioUnique identifier of the webhook to update
urlstringObligatorioWebhook URL endpoint that will receive webhook payloads
eventstringObligatorioenumTrigger event type for the webhook. Options: 'doc.parsed', 'doc.parsed.flat', 'doc.fail', 'doc.received', 'table.parsed'
doc.parseddoc.parsed.flatdoc.faildoc.receivedtable.parsedenabledbooleanObligatorioWhether the webhook is active or disabled
table_idstringTable identifier, required only for 'table.parsed' events. Leave empty for other event types.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload FilePARSIO_IO_UPLOAD_FILEAcciónTool to upload and parse PDF, HTML, CSV, TXT, DOCX, RTF or XML files (max 20MB) to a mailbox. Use when you need to submit a file to Parsio for automated data extraction.
PARSIO_IO_UPLOAD_FILEAcciónTool to upload and parse PDF, HTML, CSV, TXT, DOCX, RTF or XML files (max 20MB) to a mailbox. Use when you need to submit a file to Parsio for automated data extraction.
Parámetros de entrada
fileobjectObligatorioFile to upload and parse. FileUploadable object where 'name' should be the filename (e.g., 'document.pdf', 'test.txt'). Supported formats: PDF, HTML, CSV, TXT, DOCX, RTF, or XML. Maximum file size: 20MB.
metaobjectCustom payload data that will be included in the parsed JSON output as __meta__ field. Useful for linking the document with external databases (e.g., {'order_id': '12345', 'customer': 'John Doe'}).
file_pathstringOptional local file path to read the file content from. If provided, this will be used instead of downloading from temp S3 via file.s3key. Useful for testing or when the file is available locally.
mailbox_idstringObligatorioThe unique identifier of the mailbox where the file will be uploaded
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not