App Logo
slack.com

Set Slack status

Set your own Slack status: text plus an emoji (with colons, e.g. ':coffee:'), optionally auto-clearing after expireInMinutes. Pass empty text to clear. Returns the applied status. Requires login.

Input

text optional

Status text. Empty string clears the status.

emoji optional

Status emoji with colons, e.g. ':coffee:'. Optional.

expireInMinutes optional

Auto-clear after N minutes. 0 or omitted = no expiry.

workspaceDomain optional

Workspace host. Defaults to the active workspace.

Output

ok required
status_text optional
status_emoji optional
status_expiration optional

FAQ

Set your own Slack status: text plus an emoji (with colons, e.g. ':coffee:'), optionally auto-clearing after expireInMinutes. Pass empty text to clear. Returns the applied status. Requires login.
Optional: text, emoji, expireInMinutes, workspaceDomain.
It returns ok, status_text, status_emoji, status_expiration.
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/set_status, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/set_status
It is part of Reduck's official curated catalogue.

Start building not clicking