Send a reply email
reply_to_threadSend a real email in an inbound reply's existing thread from the mailbox that received it. An unconfirmed request returns a preview, confirmation_token, and approval_url. After signed-in human approval, a request with that token and a stable idempotency_key sends the reply. Requires reply:send, which is not granted by default. Only one reply is allowed per inbound message; suppressed contacts are refused, and sender and subject are derived. operation_unknown_state includes an operation_id whose status is available from get_operation. dry_run: true returns an advisory estimate as of evaluated_at, reserves nothing, and may differ from a later execution plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| reply_id | Yes | ||
| body_text | Yes | ||
| idempotency_key | No | Stable retry key; the same value identifies retries of the same request after timeout or approval. | |
| confirmation_token | No |