library
turbot/slack
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

Outputs

NameDescription
scheduled_messagesList of pending scheduled messages.