App Logo
slack.com

Get Slack message permalink

Get the shareable permalink URL for a message by channel (name or id) and message ts. Requires login.

Input

ts required

The message's ts.

channel required

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

workspaceDomain optional

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

Output

ok required
permalink required
ts optional
channel optional

FAQ

Get the shareable permalink URL for a message by channel (name or id) and message ts. Requires login.
Required: channel, ts. Optional: workspaceDomain.
It returns ok, ts, channel, permalink.
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.
Unknown: its author has not declared whether it changes anything on slack.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/slack.com/get_permalink, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/get_permalink
It is part of Reduck's official curated catalogue.

Start building not clicking