library
turbot/slack
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: List Scheduled Messages

List of scheduled messages.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run slack.pipeline.list_scheduled_messages

Use this pipeline

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

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

Params

NameTypeRequiredDescriptionDefault
conn
connection.slack
YesName of Slack connection to use. If not provided, the default Slack connection will be used.connection.slack.default

Outputs

NameDescription
scheduled_messagesList of pending scheduled messages.