App Logo
slack.com

Get Slack mentions

Read the Activity feed's Mentions tab — messages that @-mention you (direct, @channel/@everyone, user-group and keyword alerts). Newest first. Pass unreadOnly to restrict to unread. Item shape mirrors Slack's activity feed. Requires login.

Input

limit optional

Max items (default 20).

unreadOnly optional

Only unread mentions. Default false.

workspaceDomain optional

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

Output

count required
items required
nextTs optional
hasMore optional

FAQ

Read the Activity feed's Mentions tab — messages that @-mention you (direct, @channel/@everyone, user-group and keyword alerts). Newest first. Pass unreadOnly to restrict to unread. Item shape mirrors Slack's activity feed. Requires login.
Optional: limit, unreadOnly, workspaceDomain.
It returns count, items, nextTs, hasMore.
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_mentions, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/get_mentions
It is part of Reduck's official curated catalogue.

Start building not clicking