Skip to content

Discord Notifications

Datablast can send notifications to a Discord text channel. You need to provide a Discord Web Hook and use the given id as in your connection parameter.

notifications:
discord:
- name: alerts
connection: "discord-alerts"
success: "Pipeline has finished successfully!"
failure: "Pipeline has failed!"
  1. Click Edit Channel on a text channel in your discord server which you want to use as the notification channel.

discord1

  1. Go to Integrations tab and click Create Webhook.

discord2

  1. Click New Webhook. Save changes then click Copy Webhook URL.

discord3