App Logo
slack.com

Add Slack channel bookmark

Add a link bookmark to a channel's header by channel name or id. Returns the new bookmark's id. Requires login.

Input

link required

URL to bookmark.

title required

Bookmark label.

channel required

Channel name/#name or id (C…).

emoji optional

Optional emoji with colons, e.g. ':link:'.

workspaceDomain optional

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

Output

id required
ok required
channel optional

FAQ

Add a link bookmark to a channel's header by channel name or id. Returns the new bookmark's id. Requires login.
Required: channel, title, link. Optional: emoji, workspaceDomain.
It returns id, ok, channel.
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/add_bookmark, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/add_bookmark
It is part of Reduck's official curated catalogue.

Start building not clicking