App Logo
slack.com

Slack login (Google SSO)

Log into a Slack workspace using Sign in with Google, then open that workspace. Handles Google's account chooser and consent along the way. Pass the workspace subdomain (e.g. "myteam" for myteam.slack.com) and optionally which Google account to use; your Google account must already have access to the workspace.

Input

workspace required

Slack workspace subdomain to open, e.g. "myteam" for myteam.slack.com. Must be one your Google account can access.

email optional

Google account to pick in the chooser. Omit to use the first/only account.

Output

url required
loggedIn required
workspace required
account optional

FAQ

Log into a Slack workspace using Sign in with Google, then open that workspace. Handles Google's account chooser and consent along the way. Pass the workspace subdomain (e.g. "myteam" for myteam.slack.com) and optionally which Google account to use; your Google account must already have access to the workspace.
Required: workspace. Optional: email.
It returns url, account, loggedIn, workspace.
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/login_with_google, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/login_with_google
It is part of Reduck's official curated catalogue.

Start building not clicking