library
turbot/slack
OverviewPipelines
0
Triggers
0
Variables
GitHub

List Channels

Lists all channels in a Slack team.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run slack.pipeline.list_channels

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = slack.pipeline.list_channels
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
typeslist(string)NoMix and match channel types by providing a list of any combination of public_channel, private_channel, mpim, im.-
exclude_archivedboolNoSet to true to exclude archived channels from the list.-

Outputs

NameDescription
channelsList of channel details.

Tags

type = featured