# Google Chat Integration

OvalEdge supports integration with Google Chat through webhooks to receive notifications.

## Google Chat - Webhooks Integration

### Step 1: Create a Google Chat space to receive notifications and generate a webhook

1. Log in to the Google Chat Application <https://chat.google.com>
2. Create a New Space where the notifications should be received.
3. Open the settings and click on the "Apps & Integrations."&#x20;

   <figure><img src="/files/pOBD8pa5porVitTyjYZU" alt=""><figcaption></figcaption></figure>
4. Select the “Webhooks” option and click the “Add Webhooks” button.&#x20;

   <figure><img src="/files/Is3NZsv1jJLtYI0HN9rh" alt=""><figcaption></figcaption></figure>
5. Provide the Application's Name (Ex: OvalEdge) and an avatar URL ([Avatar URL](https://ovaledge.s3.us-west-1.amazonaws.com/OvalEdge+Clients/OvalEdge+Logo/Icon.png)), and click the Save button to create a webhook. This will appear on the notification.

   <figure><img src="/files/ihe0PybBC3nSGOQ60Poi" alt=""><figcaption></figcaption></figure>
6. Click the three dots option beside the created URL to copy the webhook link.

   <figure><img src="/files/TgsQOMdOodKhjIXC5S2k" alt=""><figcaption></figcaption></figure>

## Configure the Webhook in OvalEdge

1. Log in to the OvalEdge application.
2. Open profile settings by clicking the user icon at the top-right corner and selecting "My Profile."

   <figure><img src="/files/hxd1ztSeSatcewgijTnM" alt=""><figcaption></figcaption></figure>
3. Click on the "Edit Profile" or the edit icon. Enter the webhook link in the Google Chat ID.&#x20;
4. Click the Validate button to receive a test message in the Google Chat space, then click the Save button. \
   ![](/files/mY3KLkqou7udYG2lGyZe)
5. A success message will be sent to the chat if the test is successful.

   <figure><img src="/files/kS4P1yOMoP3QWm4YFVmw" alt=""><figcaption></figcaption></figure>
6. To receive notifications, users must select the check box next to Google Chat in their My Profile Notification settings with respect to the module.&#x20;

   <figure><img src="/files/04RRq4pOMPwOcFibqOgL" alt=""><figcaption></figcaption></figure>
7. Users will now receive application notifications from the OvalEdge application.

{% hint style="info" %}
Users can configure only one Google Chat webhook to receive notifications. &#x20;
{% endhint %}

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners GA USA


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ovaledge.com/release8.1/installation-and-settings/integrations-with-enterpirse-apps/google-chat-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
