sample
turbot/flowpipe-samples/throw-error-example-using-slack
Get Involved
Version
Pipeline: Throw Error Example Using Slack
Throw an error if the requested Slack channel is unavailable.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run throw_error_example_using_slack.pipeline.throw_error_example_using_slack \ --arg 'channel=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = throw_error_example_using_slack.pipeline.throw_error_example_using_slack args = { channel = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
slack_conn | connection.slack | Yes | Name for Slack connections to use. If not provided, the default connection will be used. | connection.slack.default |
channel | string | Yes | The requested Slack channel ID. | - |
Outputs
Name | Description |
---|---|
channel | Channel details. |
Tags
recommended = true