get_email
Retrieve email details and delivery status by providing an email ID.
Instructions
Get email details including delivery status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | The email ID to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| id | Yes | Email ID | |
| to | No | Recipient addresses | |
| bcc | No | BCC recipients | |
| from | Yes | Sender address | |
| html | No | HTML content | |
| text | No | Plain text content | |
| subject | No | Email subject | |
| reply_to | No | Reply-to addresses | |
| created_at | No | Created timestamp | |
| last_event | No | Last delivery event (e.g. delivered, bounced) | |
| scheduled_at | No | Scheduled send time |