discord_notifications.md 1.5 KB
Newer Older
B
blackst0ne 已提交
1 2
# Discord Notifications service

3
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/22684) in GitLab 11.6.
B
blackst0ne 已提交
4

B
blackst0ne 已提交
5
The Discord Notifications service sends event notifications from GitLab to the channel for which the webhook was created.
B
blackst0ne 已提交
6

B
blackst0ne 已提交
7
To send GitLab event notifications to a Discord channel, create a webhook in Discord and configure it in GitLab.
8

B
blackst0ne 已提交
9
## Create webhook
B
blackst0ne 已提交
10

B
blackst0ne 已提交
11
1. Open the Discord channel you want to receive GitLab event notifications.
B
blackst0ne 已提交
12 13
1. From the channel menu, select **Edit channel**.
1. Click on **Webhooks** menu item.
B
blackst0ne 已提交
14 15 16
1. Click the **Create Webhook** button and fill in the name of the bot that will post the messages. Optionally, edit the avatar.
1. Note the URL from the **WEBHOOK URL** field.
1. Click the **Save** button.
B
blackst0ne 已提交
17

B
blackst0ne 已提交
18
## Configure created webhook in GitLab
B
blackst0ne 已提交
19

B
blackst0ne 已提交
20
With the webhook URL created in the Discord channel, you can set up the Discord Notifications service in GitLab.
B
blackst0ne 已提交
21

22 23
1. Navigate to the [Integrations page](overview.md#accessing-integrations) in your project's settings. That is, **Project > Settings > Integrations**.
1. Select the **Discord Notifications** integration to configure it.
24
1. Ensure that the **Active** toggle is enabled.
25
1. Check the checkboxes corresponding to the GitLab events for which you want to send notifications to Discord.
B
blackst0ne 已提交
26 27
1. Paste the webhook URL that you copied from the create Discord webhook step.
1. Configure the remaining options and click the **Save changes** button.
B
blackst0ne 已提交
28

29
The Discord channel you created the webhook for will now receive notification of the GitLab events that were configured.