hey_list_emails
List emails from a Hey.com folder or view. Returns cached results unless forced refresh is requested, including id, sender, subject, date, and unread status.
Instructions
List emails in a Hey.com folder/view. Returns cached results unless force_refresh=true. Each email includes id, topicId, postingId, entryId, from, subject, date, and unread status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | The folder/view to list emails from: imbox (important), feed (newsletters), paper_trail (receipts), trash, spam, or drafts | |
| limit | No | Maximum number of emails to return (default: 25) | |
| page | No | Page number for pagination (default: 1) | |
| force_refresh | No | Bypass cache and fetch fresh data (default: false) |