draft_reply
Create a draft reply to an email message by providing the message ID and response body, without sending it. Option to reply all by setting the reply_all flag.
Instructions
受け取ったメールへの返信の下書きを作る。送信はしない。
元のメールの引用と宛先は Graph 側で組み立てられる。本文はその先頭に入る。
Args: message_id: 返信先の短縮ID(例 "#3")、または生のID。 body: 返信の本文(平文)。 reply_all: True なら全員に返信の下書きにする。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| reply_all | No | ||
| message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |