inbound
Retrieve and manage inbound emails, filter by sender or date, and download attachments. Use specific operations to fetch email events, details by UUID, or attachments by ID.
Instructions
Process inbound emails and attachments
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attachmentId | No | Attachment ID for download | |
endDate | No | End date for filtering (YYYY-MM-DD) | |
limit | No | Number of items to retrieve | |
offset | No | Offset for pagination | |
operation | Yes | Inbound parsing operation to perform | |
sender | No | Sender email filter | |
startDate | No | Start date for filtering (YYYY-MM-DD) | |
uuid | No | Email UUID for specific email operations |