mail_create_reply_draft
Create an unsent reply or reply-all draft from an existing email. Recipients and conversation headers are derived automatically, preserving the original thread context.
Instructions
Create an UNSENT reply/reply-all using Graph createReply/createReplyAll. Graph derives Reply-To, recipients and conversation headers from the source; arbitrary recipient/header overrides and sends are unavailable. Source versions are rechecked, not atomically locked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| mode | No | reply | |
| accountId | Yes | ||
| messageId | Yes | ||
| requestId | Yes |