hey_list_collection_emails
List emails from a specific collection with pagination and cache control. Use force_refresh to bypass cache and fetch fresh data.
Instructions
List emails in a specific collection. Returns cached results unless force_refresh=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | The collection ID to list emails from | |
| 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) |