reply_email
Reply to any email by its ID, with automatic threading and subject prefix. Override sender, recipient, or body as needed.
Instructions
Reply to a received (or sent) message by id. Threading headers (In-Reply-To/References) and a 'Re:' subject are set automatically; From defaults to the inbox address and To to the original sender.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Optional CC address(es). | |
| to | No | Override the recipient(s). | |
| from | No | Override the From address. | |
| html | No | HTML reply body. | |
| text | No | Plain-text reply body. | |
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. | |
| subject | No | Override the auto 'Re:' subject. | |
| messageId | Yes | The message id to reply to. | |
| idempotencyKey | No | Dedup key honored 24h per sender. |