App Logo
slack.com

Set Slack Do-Not-Disturb

Snooze notifications for N minutes, or end an active snooze with minutes = 0. Returns the snooze state. Requires login.

Input

minutes required

Minutes to snooze. 0 ends the current snooze.

workspaceDomain optional

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

Output

ok required
snoozeEnabled required
snoozeEndtime optional

FAQ

Snooze notifications for N minutes, or end an active snooze with minutes = 0. Returns the snooze state. Requires login.
Required: minutes. Optional: workspaceDomain.
It returns ok, snoozeEnabled, snoozeEndtime.
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_dnd, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/set_dnd
It is part of Reduck's official curated catalogue.

Start building not clicking