list_recent_sends
Review recent email sends, newest first, with status, subject, recipient, timestamp, and messageId. Filter by limit or since, then use messageId to get full delivery details.
Instructions
List recently sent emails from your Wraps email history, newest first, at most limit messages. The timestamp shown is the send time and is stable across calls. Returns send status, subject, recipient, timestamp, and messageId for each send. Use the messageId with get_email_event_log for full delivery details. The since parameter accepts a full ISO 8601 datetime string (e.g., 2024-01-01T00:00:00Z).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of messages to return, newest first (default 20). | |
| since | No | Only messages with activity at or after this ISO 8601 datetime. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sends | Yes | ||
| hasMore | Yes | True when more sends exist beyond this page. |