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
2 answers

How to get user profile picture from Google Chat Bot using Google App Script?

I'm a bit new to Google App Script and I can't find how to do it. I am creating a Google Chat bot using Google App Script and I want to get the profile picture of the user who messaged the bot, preferably the link instead of the image itself since I…
belladonna
  • 31
  • 5
1
vote
1 answer

OAuth problem with Apps Script and Google Chat

I'm currently trying to make a google chat bot on Apps Script, using webhooks that supposedly don't require any authentification. However, when I run my Apps Script function from Apps Script, it seems like I have to allow my account to "use external…
Rilves
  • 146
  • 7
1
vote
2 answers

Bot not Responding Alert in Google Chat API

I have used same code as mentioned in one of the samples available on Google Chat Documentation https://github.com/googleworkspace/hangouts-chat-samples/blob/master/java/basic-async-bot/src/main/java/com/google/chat/bot/basic/async/Bot.java But the…
1
vote
2 answers

How do you respond to a thread in Google Chat from an incoming webhook?

There's a thread that my webhook has previously created that it wants to reply to. Is this possible using a webhook? It seems to be possible with a bot, see this answer: https://stackoverflow.com/a/58657945/3832377 But I can't find any…
Alexander Craggs
  • 7,874
  • 4
  • 24
  • 46
1
vote
1 answer

send notification from Prometheus alertmanager to Google Chat room

we recently started using Google Chat in our organisation therefor we need to send alerts from Prometheus-Alertmanager to Google Chat room. below is my alertmanager config for Google chat receiver: - name: 'gchat-receiver' …
1
vote
1 answer

How can I get the list of rooms/spaces for a user (not the bot) with Google Chat API?

Currently I can grab the list of rooms the bot is in with chat.spaces.list() But is it possible to get the list of spaces for a specific user and could someone provide an example of how this could be done? Thank you!
terri
  • 11
  • 2
1
vote
1 answer

Google chat API - Receive user reaction on bot message

I'm wondering if the Google Chat API can call our endpoint when a user put a reaction (an emoji) on the message has anyone made this working ? Thanks
1
vote
1 answer

How to get User- email Id from hangout messages that are being sent to Rasa server after Rasa<->Google chat integration

I have integrated Rasa and google chat and able to receive a response in google chat. I am trying to get the user email id of every request I received from google chat. I am not sure how to get the user object from the response as mentioned in…
sowmya s
  • 13
  • 4
1
vote
1 answer

Does google api support get user space name/id by using email address?

I have a scenario which application will send an email address and expecting user information in return including space id/name. the name space/id will be use as identifier to send back other information on that particular user. I know by using…
1
vote
0 answers

Why is my Google Chat bot not available for other G-Suite users apart from my domain?

I have created a Google Chatbot using the Google Hangouts Chat API. The bot has been verified on the store listing of GSuite Marketplace SDK. App visibility is also set to the public mode. Store Listing Status: App Visibility Status: I have…
1
vote
0 answers

How to get a file URL uploaded in Google chat

I've created a google chat bot and i want to add the functionality of letting the user upload files while conversing with the bot and put the files somewhere else. Now i want to know the URL or link of where the file is stored, but I'm not sure how…
1
vote
2 answers

Google chatbot: Response cards are suddenly not showing up in chatbot

I have created a chatbot with bot url(API Gateway API using a lambda function). Response messages/cards are correctly returned to the bot. But today response messages are working as expected but suddenly cards are not showing up in the response to…
dev
  • 21
  • 2
1
vote
1 answer

How to interchange x-axis points to y-axis using google charts in javascript

I'm trying to plot charts for my project takes pressure at x-axis and measure depth as y-axis i.e pressure vs measure depth I plotted wrong graph ,using google chart , how can interchange x and y axis points values in the graph , Can any one help…
shivu
  • 47
  • 1
  • 8
1
vote
1 answer

Verify google chat bot messages in go

I am trying to create a google chat bot that is receiving some post via google chat and sends the data to a spreadsheet. All of this is working fine but I am struggling with doing the authentication. I followed the docs provided here and tried to…
questionaire
  • 2,475
  • 2
  • 14
  • 28
1
vote
3 answers

Hangout bot how to @mention user in a card message

I've created a bot that is supposed to inform users from a group about the tasks they were assigned to. It is working well with the simple message using but it's not working once put in a card message - I got "---" or "???" instead of mention. I…
kasia
  • 13
  • 1
  • 3