library
turbot/slack
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Open Message

Open or resume a direct message or multi-person direct message.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run slack.pipeline.open_message \
--arg 'users=<list(string)>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = slack.pipeline.open_message
args = {
users = <list(string)>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.slack
YesName of Slack connection to use. If not provided, the default Slack connection will be used.connection.slack.default
users
list(string)
YesComma separated lists of users. If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned.-

Outputs

NameDescription
channelConversation details.