Questions tagged [google-chat]

Use for programming question related to Google Chat (https://chat.google.com)

Do not confuse with Google Hangouts (https://hangouts.google.com)

Use for programming questions related to Google Chat (https://chat.google.com)

Questions about general usage might be asked in the official community https://support.google.com/chat

Questions about general usage about the web application (https://chat.google.com) might be asked in https://webapps.stackexchange.com

Questions about general usage about the Android application migth be asked in https://android.stackexchange.com

Related tags:

Do not use with

  • as this tag corresponds to a API that is deprecated.
164 questions
1
vote
1 answer

Integration Dialogflow CX with Google Chat

I'm in a project to create a chatbot with Dialogflow CX and I have to integrate it with Google Chat. I couldn't find anything about it on the internet. Does anyone know if this is possible? Does anyone have any content links on this? I'm in a…
1
vote
1 answer

Google Chat Rest API

I have not been able to find any documentation to authenticate and use the Google Chat API using a simple REST request. I have scoured the Google official documentation and it immediately states we must use Python. As far as I know REST is simply…
Datadimension
  • 872
  • 1
  • 12
  • 31
1
vote
1 answer

@mention monitoring in Gchat

I would like to monitor @mentions on gchat spaces and call an API for triggering phone call. It shouldn't require any modification on existing spaces like adding a separate user. Can someone share how we could achieve this? Can we create bots or…
krishnanunni
  • 510
  • 7
  • 16
1
vote
1 answer

Google Chat Bot doesn't receive non-mention message event in space

I recently joined a team that uses Google Chat for notifications. The manager has asked me to research Google Chat Bot. In the future, we can add it to our space, and the chatbot can help us handle some issues. After setting up the bot, I am in the…
Tony Chou
  • 584
  • 1
  • 9
  • 26
1
vote
2 answers

How to secure a Google Cloud Function called from Google Chat

I have a google cloud function providing a Google Chat App. My GCF receives calls from Google Chat when users type input. It doesn't call Chat; it exposes a URL and Chat calls it, it computes for a while, and it sends a response back to Chat. So the…
emrys57
  • 6,679
  • 3
  • 39
  • 49
1
vote
0 answers

Google Chat API returns a 400 response

I created something like this: function createRoom() { var accessToken = "YOUR_ACCESS_TOKEN"; var roomName = "ROOM_NAME"; var spaceMembers = ["SPACE_MEMBER_1@gmail.com", "SPACE_MEMBER_2@gmail.com"]; var space = { displayName:…
pini
  • 35
  • 10
1
vote
1 answer

Using Google Chat webhooks to place a message inside a thread

I am in the process of writing a PowerShell script meant to send a series of incident related issues to Google Chat. I would like to be able to create & respond to threads in a scripted manner, but I have been struggling with the implementation. I…
Ken
  • 53
  • 6
1
vote
1 answer

What is the limit of Google Chat message card via chatbot

I am trying to create poll system that use message as the database like codelabs. Since the database is just a chat message, after there are a lot of data, the message is not updated. They called my endpoint successfully but the message is not…
1
vote
0 answers

How To send image to google Chat space from google cloud storage

I have a chat space where I need to send daily alerts of different computations performed. The alert can be a simple table or a plot (matplotlib Figure). From some research, I think its not possible to send local image (buffer) directly to chat…
1
vote
0 answers

Google Chat API: Async Response to Dialog

I use slash command with dialog option enabled. My goal is to provide user ability to search some object. Since search is not a fast action, I want to print in Dialog something like 'Please await'. And when search will be over - update Dialogs…
1
vote
0 answers

How do I call another API within an Azure Function?

I'm trying to create an httptrigger function that calls a Google Chat API webhook. I'm doing this so I can provide another API with a simple callback URL. Basically I've written the following but getting the usual unhelpful 500 error import…
Kevin D
  • 98
  • 8
1
vote
1 answer

How to create and send a google chat message with Ruby

In my rails application, I am trying to create and send a google chat message using the api method spaces.messages.create as explained in this documentation. To do that, I will have to authenticate with a service account. I cant find examples on how…
1
vote
0 answers

How to create a access token for the Hangout chat API by using OAuth 2.0?

I am currently developing a google hangout chatbot. For that, I need to know, how to create an access token for the hangout Chat API - REST API(https://developers.google.com/chat/api/guides/rest-api) without creating manually. I have tried the OAuth…
1
vote
0 answers

Invalid Project number error from Google Chat API

I followed below steps to integrate Google Chat API in my project Created APP and enabled Google Chat API Created service account and stored private key file Code for getting credential and calling API ServiceAccountCredential credential; …
1
vote
0 answers

Invalid Project number when interacting with Google Chat API

I was using the post here: https://developers.google.com/chat/how-tos/service-accounts#creating_and_using_a_service_account to interact with Google Chat API. I've created the service account + enabled the API access as well as installing all the…
Jervis Lin
  • 151
  • 1
  • 3
  • 11
1 2
3
10 11