sample
turbot/flowpipe-samples/send-slack-message-using-cron
Get Involved
Version
Pipeline: Send Slack Message Using Cron
Send a message to a Slack channel every minute using cron.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run send_slack_message_using_cron.pipeline.send_slack_message_using_cron
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = send_slack_message_using_cron.pipeline.send_slack_message_using_cron }
Triggers
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 | Channel, private group, or IM channel to send message to. Can be an encoded ID, or a name. | channel-name |
text | string | Yes | The formatted text to describe the content of the message. | Hello! |
Outputs
This pipeline has no outputs.
Tags
recommended = true