outlook_update_draft
Update an existing draft by patching subject, body, recipients, or schedule. Supports HTML content and deferred send.
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 |
|---|---|---|---|
| draft_id | Yes | ||
| subject | No | ||
| body | No | ||
| to | No | ||
| cc | No | ||
| reply_to | No | ||
| is_html | No | ||
| deferred_send_datetime | No |