reply_to_message
Reply to an existing email and preserve the original conversation thread, ensuring the recipient's mail client displays your response as part of the same exchange.
Instructions
Reply to a message, keeping it on the same conversation. Sets the threading headers so the recipient's mail client shows it as part of the existing exchange rather than a new one. Prefer this over send_email whenever you are answering something.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | Sender address on a verified domain | |
| html | No | ||
| text | No | ||
| subject | Yes | ||
| reply_to_message_id | Yes | Id of the message being replied to |