# Integrate OpManager with Google Chat OpManager integrates with Google Chat, a communication and collaboration platform that is part of Google Workspace. This integration enables efficient communication through direct and group conversations, allowing OpManager alerts to be sent to individuals or groups in real time, thereby reducing response time and improving task management. Google Chat can be configured as a custom integration within OpManager. OpManager can be integrated with Google Chat using the custom integration option. - [Configuration in Google Chat](https://www.manageengine.com/network-monitoring/help/configure-opm-google-chat.html#google) - [Configuration in OpManager](https://www.manageengine.com/network-monitoring/help/configure-opm-google-chat.html#opm) - [Associate a Notification Profile](https://www.manageengine.com/network-monitoring/help/configure-opm-google-chat.html#np) ## Configuration in Google Chat To integrate OpManager with Google Chat, you should first configure the settings in Google Chat. - In Google Chat, navigate to **Spaces** and hover over it. Click the Section actions icon (three dots), and select **Create a space.** ![google-chat-integrate](https://www.manageengine.com/network-monitoring/help/images/google-chat-1.png) - In the dialogue box, specify a name for the space and click on **Create**. ![google-chat-integrate](https://www.manageengine.com/network-monitoring/help/images/google-chat-5.png) - In the created space, click on the space name and select **Apps & Integrations**. ![google-chat-integrate](https://www.manageengine.com/network-monitoring/help/images/google-chat-2.png) - Go to webhooks and click on **Add webhooks.** ![google-chat-integrate](https://www.manageengine.com/network-monitoring/help/images/google-chat-3.png) - After adding the webhook, copy the webhook URL to configure in OpManager. ## Configuration in OpManager In OpManager, you can configure the integration using the webhook URL from Google Chat. - Go to **Settings -> General Settings -> Integrations -> Custom integration -> Add Custom Integration Profile**. ![google-chat-integrate](https://www.manageengine.com/network-monitoring/help/images/google-chat-4.png) - Enter the integration name, description and fill in the following: 1. **Integration Type:** Chat 2. **Method Type:** POST 3. **URL:** (Provide the webhook URL copied from Google Chat) 4. **Data Type:** Raw 5. **Payload Type:** JSON 6. **Request Head:** Content-Type and application/json 7. **Body Content:** ```json { "text": "OpManager Alert- $message" } ``` - Click on Test Action to verify the integration. - Click **Save**, then click Configure Now to set up notification profile. ## Associate a Notification Profile You will be redirected to the Notification Profile screen. - Select **Custom Integration**, and click the integration you configured earlier. ![google-chat-integrate](https://www.manageengine.com/network-monitoring/help/images/google-chat-7.png) - Learn more about configuring [criteria](https://www.manageengine.com/network-monitoring/help/configuring-notifications.html#criteria-notifications), [devices](https://www.manageengine.com/network-monitoring/help/configuring-notifications.html#select-devices), and [time window](https://www.manageengine.com/network-monitoring/help/configuring-notifications.html#applying-time-window) in notification profiles [here](https://www.manageengine.com/network-monitoring/help/configuring-notifications.html?custom_integration_googlechat). - Enter a name for the notification profile and save. [Know more about OpManager integrations](https://www.manageengine.com/network-monitoring/integration.html?custom_integration_googlechat)