Google Chat Integration
Integrate Google Chat with SiteGPT
Create Google Chat Integration URL
- Go to SiteGPT dashboard and open the chatbot that you created.
- Click on
Integrations
in the sidebar. - You will see a grid of all the integrations that SiteGPT currently has.
- Click on
Get Started
for Google Chat Integration. - Click on
Connect
button in the popup. - Now, you will see an URL called
Integration URL
inside the popup. - Copy that URL to your clipboard.
Set up Google Chat Integration
- Go to Google Cloud Console and login with your Google account.
- Make sure you are logged in to the correct Google account.
- You will see a search bar in the Google Console dashboard.
- Enter
project
in the search bar and select theCreate a Project
option in the dropdown. - Choose a project name and click on
Create
. Project name can be anything. This project name is just for your reference. - Once you create the project, make sure that the correct project is selected.
- Click on the search bar again and enter
google chat api
. From the dropdown options, selectGoogle Chat API (Google Enterprise API)
and click on that option. - Then click on
Enable
to enable theGoogle Chat API
for your selected project. - Once enabled, go to management settings of
Google Chat API
and click onConfiguration
. - Under
Configuration
, enter the name of your bot inApp name
. Enter avatar of your bot inAvatar URL
. Enter the description of your bot inDescription
. - Enable
Interactive features
. EnableReceive 1:1 messages
. Also enableJoin spaces and group conversations
. - In the
Connection Settings
, selectApp URL
and enter the url that you copied from SiteGPT dashboard. - Add a new slash command with
Name
asclear-chat
,Command Id
as1
, Description asRestarts the conversation
. - Under
Visiblity
, add the emails that should have access to this chatbot. - Finally, click on
Save
. - That’s it. Your Google Chat integration is now live.
- You can open Google Chat and start talking with your chatbot.