library
turbot/slack
OverviewPipelines
0
Triggers
0
Variables
GitHub

Invite Users to Channel

Invites users to a channel.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run slack.pipeline.invite_users_to_channel \
--arg 'channel=<string>' \
--arg 'users=<list of string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = slack.pipeline.invite_users_to_channel
args = {
channel = <string>
users = <list of string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
channelstringYesThe ID of the public or private channel to invite user(s) to.-
userslist of stringYesA list of user IDs. Up to 1000 users may be listed.-

Outputs

NameDescription
channelChannel details.