library
turbot/slack
Get Involved
Version
Pipeline: 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
Name | Type | Required | Description | Default |
---|---|---|---|---|
text | string | Yes | The formatted text to describe the content of the message. | - |
webhook_url | string | Yes | The webhook URL for your workspace. | - |
Outputs
This pipeline has no outputs.
Tags
recommended = true