Frends.Slack.ListChannels / 1.0.0
Summary
Lists a workspace's channels with paging.
Typical use — resolving a channel name to the identifier the messaging Tasks need, instead of hard-coding it
Connection parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| TokenSecret | String |
– | xoxb-123456789 |
Slack OAuth token used for authentication. If the token is a bot token (starts with "xoxb"), messages will be updated as the Slack app's bot user. If the token is a user token (starts with "xoxp"), messages will be updated as the Slack user who authorized the token. The token owner must be the original message poster or have appropriate permissions to edit the message. Note: User tokens require the user to have authorized the app via OAuth with appropriate scopes (e.g., "chat:write"). |