Blueprints

Send a Slack message via incoming webhook

Source

yaml
id: slack-incoming-webhook
namespace: company.team

tasks:
  - id: slack
    type: io.kestra.plugin.notifications.slack.SlackIncomingWebhook
    url: "{{ secret('SLACK_WEBHOOK') }}"
    payload: >
      {
        "channel": "#alerts",
        "text": "Flow {{ flow.namespace }}.{{ flow.id }} started with execution {{ execution.id }}"
      }

About this blueprint

DevOps Software Engineering Notifications

Send messages through Slack Incoming Webhook.

Slack Incoming Webhook

New to Kestra?

Use blueprints to kickstart your first workflows.

Get started with Kestra