integrations: Update GitLab doc to direct to create webhook.

GitLab has both integrations and webhooks, and our documentation
should direct users to the webhooks set up for integrating with
Zulip.

Adds a link to GitLab's create a webhook documentation as well.
This commit is contained in:
Lauryn Menard
2025-09-17 13:26:20 +02:00
committed by Tim Abbott
parent 35ed477b32
commit 0af56bb80b

View File

@@ -9,11 +9,11 @@ Receive GitLab notifications in Zulip!
1. {!generate-webhook-url-with-branch-filtering.md!}
1. Go to your repository on GitLab and click **Settings** on the left
sidebar. Click on **Integrations**.
sidebar. Click on **Webhooks** and select **Add new webhook**.
1. Set **URL** to the URL you generated. Select the
[events](#filtering-incoming-events) you would like to receive
notifications for, and click **Add Webhook**.
1. Set **URL** to the URL you generated, and **Name** to a name of your
choice, such as `Zulip`. Select the [events](#filtering-incoming-events)
you would like to receive notifications for, and click **Add Webhook**.
!!! warn ""
@@ -42,3 +42,4 @@ Receive GitLab notifications in Zulip!
### Related documentation
{!webhooks-url-specification.md!}
* [GitLab webhooks documentation](https://docs.gitlab.com/user/project/integrations/webhooks/#create-a-webhook)