get_email_send
Retrieve a sent email by ID, including its HTML body and event timeline. Returns a sparse summary if the email row has been cleaned up.
Instructions
Get a sent email by emailSendId, including the stored HTML body when available and the ClickHouse event timeline. If the short-lived email send row has been cleaned up, returns the retained ClickHouse events and a sparse summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID. If not provided, uses the currently selected company. | |
| emailSendId | Yes | Email send ID to inspect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether the Sequenzy operation succeeded. | |
| message | No | Human-readable status, confirmation, or next-step message. | |
| note | No | Additional context about the result. | |
| items | No | Fallback array wrapper used only when a tool returns a bare array. | |
| value | No | Fallback object wrapper used only when a tool returns a non-object value. | |
| emailSend | No | The email send record returned by Sequenzy. | |
| appUrls | No | Dashboard URLs for relevant Sequenzy resources. | |
| url | No | Primary dashboard URL for this result. | |
| settingsUrl | No | Company settings URL when available. |