App Logo
outlook.live.com

Create an Outlook.com email draft

Create a saved draft in Outlook.com (outlook.live.com) with a recipient, subject and body, without sending it. Returns the draft's row id, confirmed by reopening the Drafts folder and matching the text you supplied — never inferred from the composer. A malformed address is kept as typed rather than tokenised, and the draft still saves.

Input

to required

Recipient email address, e.g. [email protected]

body optional

Plain text body of the draft.

subject optional

Subject line of the draft.

Output

to required
subject required
verified required

True only when the saved draft was found by reopening Drafts and matching caller-supplied text. Never inferred from the composer, and never satisfied by an unrelated existing draft.

body optional
draftId optional

Row id of the saved draft in Drafts, usable with get_email. Null when no matching row was found.

composed optional

What the composer itself held just before saving. Distinguishes a fill failure from a save failure.

unverifiedReason optional

Why verification did not succeed, when it did not.

FAQ

Create a saved draft in Outlook.com (outlook.live.com) with a recipient, subject and body, without sending it. Returns the draft's row id, confirmed by reopening the Drafts folder and matching the text you supplied — never inferred from the composer. A malformed address is kept as typed rather than tokenised, and the draft still saves.
Required: to. Optional: body, subject.
It returns to, body, draftId, subject, composed, verified, unverifiedReason.
Yes. It acts as you on outlook.live.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the outlook.live.com cookies saved by the Reduck extension.
It makes changes on outlook.live.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/outlook.live.com/create_draft, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/outlook.live.com/create_draft
It is part of Reduck's official curated catalogue.

Start building not clicking