library
turbot/slack
OverviewPipelines
0
Triggers
0
Variables
GitHub

Post Message to Webhook

Post messages from apps into Slack using incoming webhooks.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run slack.pipeline.post_message_to_webhook \
--arg 'text=<string>' \
--arg 'webhook_url=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = slack.pipeline.post_message_to_webhook
args = {
text = <string>
webhook_url = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
textstringYesThe formatted text to describe the content of the message.-
webhook_urlstringYesThe webhook URL for your workspace.-

Outputs

This pipeline has no outputs.

Tags

type = featured