inbound
Process and retrieve inbound emails, events, and attachments using specific operations such as filtering by sender, date ranges, or UUIDs.
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 |