Skip to content

Slack Notifications

Datablast can send notifications to your Slack channel. You need to provide a Slack webhook URL and use the given connection ID in your pipeline.yml file.

notifications:
slack:
- name: data-team
connection: "slack-data-team"
success: ":tada: Pipeline has finished successfully!"
failure: ":red_circle: Pipeline has failed!"
  1. Go to your Slack workspace and navigate to the channel where you want to receive notifications
  2. Click on the channel name and select “Add apps” or “Browse apps”
  3. Search for “Incoming Webhooks” and add it to your channel
  4. Click “Add Incoming Webhooks integration”
  5. Copy the webhook URL provided
  6. Use this URL as your connection ID in the Datablast platform