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.
Configuration Example
Section titled “Configuration Example”notifications: discord: - name: alerts connection: "discord-alerts" success: "Pipeline has finished successfully!" failure: "Pipeline has failed!"How to get a Discord Web Hook
Section titled “How to get a Discord Web Hook”- Click
Edit Channelon a text channel in your discord server which you want to use as the notification channel.

- Go to
Integrationstab and clickCreate Webhook.

- Click
New Webhook. Save changes then clickCopy Webhook URL.
