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
0
votes
1 answer

Gitlab Integrations: "Google chat notifications" for multiple channels

I have configured a Gitlab integration with Google chat so that only and notifications correctly reach only one chat from the default branch, master. But I find myself looking for a way to show the notifications for master in one channel and in…
Gamaor
  • 85
  • 3
0
votes
1 answer

Google-chat: Open dialog on Button Click

I post simple message with cards_v2. I placed a Button with properties: action: { function = "myAction", interaction = "OPEN_DIALOG" } When I click on button I receive event but no DialogEventType is provided. I tried to reply with Dialog…
0
votes
1 answer

How to integrate Google Chat REST API into a website?

I'm trying to integrate the Google Chat REST API into a website so as to be able to talk to customers. On Google Cloud API Library the Google Chat API is displayed and can be enabled but still I have no clue how to integrate it into my website. Any…
Vedant Girkar
  • 21
  • 1
  • 1
  • 5
0
votes
0 answers

send automated data from Gsheet to Google chat space using appscript

I have a specific range in google sheet to be send on daily basis to a google chat space, here i want an apps script function that can pull out the range and send it to the chat space but facing error { "error": { "code": 400, "message": "Invalid…
0
votes
1 answer

Google Chat API. Can’t create space. Method not found

I'm trying to create a google chat space via making a post request to https://chat.googleapis.com/v1/spaces with Guzzle. $scopes = [ 'https://www.googleapis.com/auth/chat.spaces.create', …
Sklerozz
  • 137
  • 1
  • 2
  • 9
0
votes
0 answers

Google Chat HTTP 429 Too Many Request / Resource has been exhausted

I'm getting Http 429 Error when request to create a lot of message at the same time using Google Chat API. What is the limit of instant maximum request? Why am I getting this error.How can I solve this? Note: I checked to quota page.…
0
votes
0 answers

Pulling data from Google Chat into Spreadsheet

I'm trying to pull data from google chat into a spreadsheet but I only need to pull the messages from one Space. I found a script to pull all chat messages but how can I specify which Space to pull from? function getChats() { var sheet =…
0
votes
1 answer

Authenticating the user that triggered the bot command in Google Chat bot

I'm making a Google Chat bot with NestJS. It accepts slash commands and allows for interaction with an already existing system. The messages returned on the POST endpoint sometimes include private info or JWTs, so I need to improve security. I need…
Vid
  • 440
  • 4
  • 10
0
votes
1 answer

Google chat - Invalid space resource name in request

can someone help me with "Invalid space resource name in request." error? I created service account/application in Google Cloud I created Google Chat API I created space "server" and added my application to space using…
0
votes
0 answers

Google Chat API - Error loading configuration

I developed a bot in the google apps script editor. To use this functionality in the google chat I need to pass the deployment-id (after each deploy) to the Google-Chat API. Before some weeks it was possible to navigate to the following: "Google…
nwolf
  • 31
  • 5
0
votes
1 answer

Send a Google Chat message from a regular account (not a bot)?

I'm trying to send a notification out using Google Chats. But I have a few problems with the documentation I've been able to find: It requires me to have a paid service account, which I do not have, and will not be getting It requires using a chat…
0
votes
2 answers

get google chat threads from today to google sheet

I am trying to get the chat log from google chat using google scripts, so far i manage to get all chat messages but its pulling all the data with the following script, what i want is to pull the messages from specific group/space and only from…
user10531291
0
votes
0 answers

Google chart: swap axis and date presentation on axis

I have two problem with Google Chart. My data is imported from MySQL via JSON, my code is below. First: I don't know how to swap x and y axis? Second:I'm trying to present on X axis date (date and time). To be honest it is one of my first step with…
dykuman
  • 11
  • 3
0
votes
1 answer

How to send chat messages to individuals by email address using Google Chat API?

Some Context So, I'm developing a task that analyzes several groups of data from a website and then sends a notification to the person who is tied to that group of data. From the groups of data, we are able to retrieve the person's email address as…
KalebJS
  • 30
  • 7
0
votes
2 answers

google chat bot webhook not working in php

Google chatbot has a webhook where users can automate chat there is a small python script to make it work but I want to do the same using php. I am using curl to hit the post method $apiUrl =…
Deepesh singh
  • 101
  • 11