summaryrefslogtreecommitdiff
path: root/doc/user/project/integrations/hangouts_chat.md
diff options
context:
space:
mode:
authorKukovskii Vladimir <ura@dgtakano.co.jp>2018-06-28 22:53:37 +0900
committerKukovskii Vladimir <ura@dgtakano.co.jp>2018-07-14 20:45:53 +0900
commitd63a0a07f4ac80c1a3f801fd8087762847b4a018 (patch)
treefe440a5bf609438f1f89711d4f32593073170db8 /doc/user/project/integrations/hangouts_chat.md
parentcb77d939c919ac8ebf4288724febdf7bb8238399 (diff)
downloadgitlab-ce-d63a0a07f4ac80c1a3f801fd8087762847b4a018.tar.gz
Add documentation for Hangouts Chat integration
Diffstat (limited to 'doc/user/project/integrations/hangouts_chat.md')
-rw-r--r--doc/user/project/integrations/hangouts_chat.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/user/project/integrations/hangouts_chat.md b/doc/user/project/integrations/hangouts_chat.md
new file mode 100644
index 00000000000..5d8869637c9
--- /dev/null
+++ b/doc/user/project/integrations/hangouts_chat.md
@@ -0,0 +1,27 @@
+# Hangouts Chat service
+
+The Hangouts Chat service sends notifications from GitLab to the room for which the webhook was created.
+
+## On Hangouts Chat
+
+1. Open the chat room in which you want to see the notifications.
+1. From the chat room menu, select **Configure Webhooks**.
+1. Click on **ADD WEBHOOK** and fill in the name of the bot that will post the messages. Optionally define avatar.
+1. Click **SAVE** and copy the **Webhook URL** of your webhook.
+
+Details: https://developers.google.com/hangouts/chat/how-tos/webhooks
+
+## On GitLab
+
+When you have **Webhook URL** for your Hangouts Chat room webhook, you can setup the GitLab service.
+
+1. Navigate to the [Integrations page](project_services.md#accessing-the-project-services) in your project's settings, i.e. **Project > Settings > Integrations**.
+1. Select the **Hangouts Chat** project service to configure it.
+1. Check the **Active** checkbox to turn on the service.
+1. Check the checkboxes corresponding to the GitLab events you want to receive.
+1. Paste the **Webhook URL** that you copied from the Hangouts Chat configuration step.
+1. Configure the remaining options and click `Save changes`.
+
+Your Hangouts Chat room will now start receiving GitLab event notifications as configured.
+
+![Hangouts Chat configuration](img/hangouts_chat_configuration.png)