outlook_update_draft
Update an existing email draft by patching its fields: body, subject, to, cc, reply-to, or deferred send time. Supports HTML content.
Instructions
Update an existing draft (partial patch).
Pass is_html=True when body is HTML — required when overwriting a draft originally composed as HTML (consumer Outlook rejects Text-over-HTML PATCH). Pass reply_to=[...] to overwrite Reply-To; reply_to=[] to clear it. Pass deferred_send_datetime (ISO 8601) to set the scheduled-send time; empty string clears it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | No | ||
| body | No | ||
| is_html | No | ||
| subject | No | ||
| draft_id | Yes | ||
| reply_to | No | ||
| deferred_send_datetime | No |