Google Chat
How to configure Google Chat in your NudgeBee Account
- This loom below shows how to configure Google Chat in your account for notifications.
How to Configure Google Chat Integration in Your On-Prem NudgeBee
If you've already created an OAuth client for NudgeBee authentication, you're just a step away from enabling Google Chat integration. To complete the setup, you need to add a redirect URI to your existing OAuth client.
Steps to add redirect URI:
-
Log in to your Google Cloud Console.
-
Navigate to APIs & Services → Credentials.
-
Under OAuth 2.0 Client IDs, click on the client used for NudgeBee authentication.
-
In section as Authorised redirect URIs → click Add URI
-
Enter the following URI and click Save
https://your-base-url.com/api/integrations/callback/google
Replace your-base-url with the actual domain where NudgeBee is hosted.
Ensure the Following Secrets Are Configured in NudgeBee
These should typically be set during installation, but double-check if you're configuring things manually:
GOOGLE_CLIENT_ID: The Client id for OAuth Client.
GOOGLE_CLIENT_SECRET: The Secret id for OAuth Client.
BASE_URL: Your nudgebee base url.
Once this is set up, your NudgeBee instance will be ready to send messages to Google Chat.