Tool 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.
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.
orderingstringField to sort by. Prepend a minus for descending order. Supported: name, created, modified, status.
page_sizeintegerNumber of items per page. Defaults to 25.
mailbox_idRequiredstringThe unique identifier (numeric ID) of the mailbox to list documents from. Obtain this ID from the List Mailboxes action.
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).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.