Automate Slack interactions alongside email and calendar workflows — nylas slack channels list makes it possible.
The nylas slack channels list command displays all Slack channels in your workspace — public, private (that you belong to), and archived. Filter and search channels from the terminal without opening the Slack app.
Syntax
nylas slack channels list
Examples
List channels:
nylas slack channels list
JSON output:
nylas slack channels list --json
Tips
Debug mode: Add --verbose to see the underlying API requests and responses — useful when something doesn't behave as expected.
Script-friendly: Add --json for machine-readable output and --yes (where supported) to skip confirmations in automated pipelines.
How It Works
Having Slack access in the same CLI as email and calendar enables cross-platform automation. Post a Slack message when an important email arrives, or create a calendar event from a Slack conversation — all scriptable.
Related Commands
-
nylas slack auth set— Set the Slack API token for workspace integration -
nylas slack messages list— List recent messages in a Slack channel -
nylas slack messages search— Search Slack messages across channels -
nylas slack messages send— Send a message to a Slack channel or thread
Full docs: nylas slack channels list reference — all flags, advanced examples, and troubleshooting.
All commands: Nylas CLI Command Reference
Get started: brew install nylas/nylas-cli/nylas — other install methods
Top comments (0)