reply_email
Reply to a message while preserving threading and adding 'Re:' to subject. Optionally include original recipients with reply all.
Instructions
Reply to a message. Preserves Message-ID linking + Subject Re: prefix.
reply_all=true includes the original To and Cc in the reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | UID of the message to reply to. | |
| html | No | ||
| text | No | ||
| folder | No | INBOX | |
| account | No | ||
| confirm | No | ||
| reply_all | No | Include original To/Cc in the reply. | |
| attachments | No | ||
| save_to_sent | No | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| account | Yes | ||
| message_id | No | ||
| recipients | Yes | ||
| saved_to_sent | No | ||
| idempotent_replay | No | True when this response was replayed from an earlier identical call within the idempotency window. |