get_draft
Retrieve a specific email draft’s full body using its draft ID, domain, and local part. Access saved draft content directly for review or reuse.
Instructions
Get a single draft including its body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Draft id, from list_drafts | |
| domain | Yes | A domain, e.g. example.com | |
| localPart | Yes | The part before @, e.g. "hello" for hello@example.com |