Parseur
parseurParseur is an AI-powered data extraction tool that automates the parsing of emails, PDFs, and other documents into structured data.
Acciones disponibles (10)
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 webhookPARSEUR_CREATE_WEBHOOKAcciónTool to create a new webhook in parseur. use when you need to send parsed data via http post in real time.
PARSEUR_CREATE_WEBHOOKAcciónTool to create a new webhook in parseur. use when you need to send parsed data via http post in real time.
Parámetros de entrada
namestringCustom name for the webhook. If omitted, the target URL is used as the name.
eventstringObligatorioenumSpecifies the event that triggers the webhook.
document.processeddocument.processed.flatteneddocument.template_neededtable.processedparserintegerObligatorioNumeric ID of the mailbox (parser) to which the webhook is added.
targetstringObligatorioThe HTTPS URL to which the webhook payloads will be sent.
headersobjectOptional HTTP headers to include in each webhook request.
categorystringMust be set to 'CUSTOM'.
parser_fieldstringID of a parser field or table-field that the webhook should react to, in the format 'PF12345'.
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 webhookPARSEUR_DELETE_WEBHOOKAcciónTool to delete a specific webhook. use when permanently removing a webhook after confirming its id.
PARSEUR_DELETE_WEBHOOKAcciónTool to delete a specific webhook. use when permanently removing a webhook after confirming its id.
Parámetros de entrada
webhook_idintegerObligatorioUnique identifier of the webhook 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
Enable webhookPARSEUR_ENABLE_WEBHOOKAcciónTool to enable a paused webhook for a mailbox. use after confirming the webhook is correctly configured.
PARSEUR_ENABLE_WEBHOOKAcciónTool to enable a paused webhook for a mailbox. use after confirming the webhook is correctly configured.
Parámetros de entrada
mailbox_idintegerObligatorioID of the parser mailbox
webhook_idintegerObligatorioID of the webhook to enable
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 Documents in MailboxPARSEUR_LIST_DOCUMENTS_IN_MAILBOXAcciónTool to list documents within a specific mailbox. use when you need to paginate, search, or sort the documents of a given mailbox after obtaining its id.
PARSEUR_LIST_DOCUMENTS_IN_MAILBOXAcciónTool to list documents within a specific mailbox. use when you need to paginate, search, or sort the documents of a given mailbox after obtaining its id.
Parámetros de entrada
tzstringTimezone for interpreting date filters, e.g., 'Asia/Singapore'. Defaults to UTC.
pageintegerPage number to retrieve (pagination). Defaults to 1.
searchstringSearch query to filter documents by ID, name, template name, sender/recipient, or metadata.
orderingstringenumField to sort by. Prepend a minus for descending order. Supported: name, created, modified, status.
name-namecreated-createdmodified-modifiedstatus-statuspage_sizeintegerNumber of items per page. Defaults to 25.
mailbox_idstringObligatorioThe unique identifier of the mailbox to list documents from.
with_resultbooleanIf true, includes the full parsed result string in each document object.
received_afterstringFilter to include documents received on or after this date (YYYY-MM-DD).
received_beforestringFilter to include documents received on or before this date (YYYY-MM-DD).
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 MailboxesPARSEUR_LIST_MAILBOXESAcciónTool to retrieve a list of all mailboxes. use when you need to browse or filter mailboxes via pagination, searching, or sorting.
PARSEUR_LIST_MAILBOXESAcciónTool to retrieve a list of all mailboxes. use when you need to browse or filter mailboxes via pagination, searching, or sorting.
Parámetros de entrada
pageintegerPage number to retrieve (pagination). Defaults to 1.
searchstringFilter mailboxes whose name or email prefix contains this string (case-insensitive).
orderingstringenumField to sort by. Prepend a minus to reverse order. Supported keys: name, document_count, template_count, PARSEDOK_count, PARSEDKO_count, QUOTAEXC_count, EXPORTKO_count.
name-namedocument_count-document_counttemplate_count-template_countPARSEDOK_count-PARSEDOK_countPARSEDKO_count-PARSEDKO_countQUOTAEXC_count-QUOTAEXC_count+2page_sizeintegerNumber of mailboxes per page. Defaults to 25, maximum 100.
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 for MailboxPARSEUR_LIST_TEMPLATESAcciónTool to list all templates in a given mailbox. use after fetching mailbox details when you need to page through and inspect available templates for further actions.
PARSEUR_LIST_TEMPLATESAcciónTool to list all templates in a given mailbox. use after fetching mailbox details when you need to page through and inspect available templates for further actions.
Parámetros de entrada
pageintegerPage number to retrieve (pagination). Defaults to 1.
searchstringFilter templates whose name contains this string (case-insensitive).
orderingstringenumField to sort by. Prepend a minus to reverse order. Supported: name, created, modified, last_activity, status, document_count.
name-namecreated-createdmodified-modifiedlast_activity-last_activitystatus-statusdocument_count-document_countpage_sizeintegerNumber of items per page. Defaults to 25.
mailbox_idstringObligatorioThe unique identifier of the mailbox (parser) to list templates for.
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 Webhooks for MailboxPARSEUR_LIST_WEBHOOKSAcciónTool to list all webhooks for a mailbox. use when you need to retrieve both active and paused webhooks for a given mailbox.
PARSEUR_LIST_WEBHOOKSAcciónTool to list all webhooks for a mailbox. use when you need to retrieve both active and paused webhooks for a given mailbox.
Parámetros de entrada
mailbox_idstringObligatorioThe unique identifier of the mailbox whose webhooks you want to list.
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
Pause webhookPARSEUR_PAUSE_WEBHOOKAcciónTool to pause (disable) an existing webhook. use when you need to stop sending parsed data via a webhook after confirming the correct mailbox and webhook ids.
PARSEUR_PAUSE_WEBHOOKAcciónTool to pause (disable) an existing webhook. use when you need to stop sending parsed data via a webhook after confirming the correct mailbox and webhook ids.
Parámetros de entrada
mailbox_idintegerObligatorioID of the parser mailbox
webhook_idintegerObligatorioID of the webhook to pause
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
Retrieve a webhookPARSEUR_RETRIEVE_WEBHOOKAcciónTool to retrieve details of a specific webhook. use after creating or listing webhooks.
PARSEUR_RETRIEVE_WEBHOOKAcciónTool to retrieve details of a specific webhook. use after creating or listing webhooks.
Parámetros de entrada
mailbox_idstringObligatorioUnique identifier of the mailbox (parser)
webhook_idstringObligatorioUnique identifier of the webhook
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 webhookPARSEUR_UPDATE_WEBHOOKAcciónTool to update an existing webhook’s settings. use when you need to change the webhook’s target url, event type, headers, or name after creation.
PARSEUR_UPDATE_WEBHOOKAcciónTool to update an existing webhook’s settings. use when you need to change the webhook’s target url, event type, headers, or name after creation.
Parámetros de entrada
namestringCustom name for the webhook; defaults to the target URL if omitted
eventstringenumTrigger event for the webhook
document.processeddocument.processed.flatteneddocument.template_neededtable.processedtargetstringHTTPS URL to receive the webhook payload
headersobjectAdditional HTTP headers to include; Content-Type is always application/json
webhook_idintegerObligatorioUnique ID of the webhook to update
parser_fieldstringID of a specific field trigger in 'PF12345' format
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