Google Chat Spaces

Hey!

I want every response I receive in a Typeform to be automatically sent to a Google Chat space.

However, when I try to configure Google Chat, it doesn’t give me access to the spaces I already have in my Google Chat.

I’m using my company email, so I’m not sure if that could be the reason.

I’m quite new to this, so I was wondering if you could help me!

Thanks a lot!

Information on your n8n setup

n8n version: Version 1.81.4
Database : SQLite
n8n EXECUTIONS_PROCESS setting:own
Running n8n via (Docker, npm, n8n cloud, desktop app): n8n Cloud
Operating system: sw_vers

I tried this and ran into the same issue. I checked the network tab in dev tools of the browser and noticed this response from Google:

Google Chat app not found. To create a Chat app, you must turn on the Chat API and configure the app in the Google Cloud console.

I have already enabled the Google Chat API from my Google Cloud Console, however I went to the dashboard to confirm:

https://console.cloud.google.com/apis/api/chat.googleapis.com/hangouts-chat?project=<project-name>

and in the configuration tab, I got the following errors:

I was testing this on a personal Google account, so sadly this is as far as I can test. However, since you mentioned you’re using a company account, you should be able to proceed from here.

This is the official documentation by Google: Migrate your Google Chat app | Google for Developers

Hey! Thank you so much but unfortunately, it’s not working.

I feel I’ve tried every single thing but nothing,

Hope to find a solution soon x

Are you getting the same error in dev console that I get?

I’ve found the solution! Perhaps it was obvious, as I’m still a beginner, but I think it would be great to include this in the documentation as an explanation.

After creating the service, you need to configure the app in the configuration section, and then manually add the app to the settings of the Google Chat spaces.

Once this is done, you’ll be able to see it when you add a node in n8n.

hi, can you send some pictures of this… I have been pulling my hair for at least 2 days without having sucess on adding a google chat bot.
I’m working on a local deployment of n8n and using a gsuite workspace.

When you’re configuring the app, where do you get the https:// endpoint URL?

Hey!

I’ve used a webhook generated in n8n as the HTTP endpoint URL. You just need to create a Webhook node in n8n if you’re using it.