get_emails_by_date
Retrieve emails within a specified date range using the configured email account. Provide start and end dates to filter results.
Instructions
Get emails within a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Email configuration name | |
| limit | No | Maximum number of results (default: 100) | |
| end_date | No | End date in ISO format (YYYY-MM-DD), defaults to today if not provided | |
| start_date | Yes | Start date in ISO format (YYYY-MM-DD) |