Reply to Email
reply_to_messageReply to an email message. For shared human-agent mailboxes, first heartbeat composing presence and pass coordination plus a stable idempotency_key; the server atomically rejects stale/double replies. Threading headers are automatic. API: POST /api/emails/{address}/messages/{id}/reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Additional CC recipients (overrides auto-CC when all=true) | |
| all | No | Reply-all: auto-CC original To and CC recipients (default: false) | |
| html | No | HTML reply body | |
| slug | Yes | Mailbox slug | |
| text | No | Plain text reply body | |
| domain | Yes | Mailbox domain | |
| message_id | Yes | ID of the message to reply to | |
| coordination | No | Compose lease and reply generation returned by heartbeat_conversation_presence | |
| idempotency_key | No | Required with coordination; reuse this exact key after timeouts |