library
turbot/slack
OverviewPipelines
0
Triggers
0
Variables
GitHub

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
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
userslist(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.