App Logo
slack.com

Create Slack draft

Write an unsent draft message to a channel or DM (by name '#social', channel/DM id C…/D…, or @handle/U… for a DM). The draft appears in your Drafts and in list_drafts; it is not sent. Slack allows only one draft per conversation: if one already exists for the destination the call errors (delete/send it first). Returns the new draft id. Requires login.

Input

text required

Draft body text.

channel required

Destination: channel name/#name, id (C…/D…), or @handle/U… for a DM.

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

id required
ok required
channel optional
dateCreated optional

FAQ

Write an unsent draft message to a channel or DM (by name '#social', channel/DM id C…/D…, or @handle/U… for a DM). The draft appears in your Drafts and in list_drafts; it is not sent. Slack allows only one draft per conversation: if one already exists for the destination the call errors (delete/send it first). Returns the new draft id. Requires login.
Required: channel, text. Optional: workspaceDomain.
It returns id, ok, channel, dateCreated.
Yes. It acts as you on slack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the slack.com cookies saved by the Reduck extension.
It makes changes on slack.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/slack.com/create_draft, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/create_draft
It is part of Reduck's official curated catalogue.

Start building not clicking