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

Sensu, Google Chat Handler for Multi Chat Rooms

Is there any google chat module to send alerts via sensu's google chat handler to more than one room (chat room)? Ex: As like in Slack we have multi-slack-handler.rb handler is there to trigger alerts on multiple channels via subscriptions which we…
0
votes
1 answer

Do Google Service Account with chat.bot scope work for all Google WorkSpaces?

We are developing a Google Chat App and in particular scenario we need to post a Async card message with interactive components to the User. We followed https://developers.google.com/chat/api/guides/v1/messages/create and…
Kumar Tech
  • 51
  • 9
0
votes
1 answer

Create a message with link without preview in Google chat

I like to send a message using Google chat webhook api. Is there a way to add a link, but the message does not generate link preview along with it. I can use cards which does not generate. But it looks like a unnecessary effort. If you manually add…
Vinod Gubbala
  • 676
  • 6
  • 16
0
votes
1 answer

Google Chat API: Deploying Webhook integrations & Bots

It looks like Google has released some updates to its Chat API which allow a few new methods for deploying & managing Google Chat spaces and members. You can see the new documentation…
Ken
  • 53
  • 6
0
votes
0 answers

Is there a method to know the taskList ID from a google space?

I´m working on a Google Apps Script project within the google spaces REST API, google sheets, google tasks and others. The thing is that i create a google space from a SpreadSheet in google sheets making use of the REST API methods of google's…
0
votes
1 answer

List All Google Spaces a user is a member o, including outside the orgnisation

I have implemented a Chat Bot from the Google API and can post messages to all spaces that the bot allowed user is a member of. However when I use the https://chat.googleapis.com/v1/spaces/list call do display a listing of all spaces that user is a…
0
votes
1 answer

How do I get the attached file list from the space?

According to Chat API, I can get messages and check if a file is attached. But I cannot find the API to get the attachment list even though I can see the files in "Files" tab in the space. Is it possible to get the list of attached files from the…
Daniel
  • 1
0
votes
1 answer

Sending Message from G Sheet to Google Chat / Spaces

This code works for sending text messages to Spaces but when I would like to send from the spreadsheet where I have added the app Script. The code I am using is: function myFunction() { var WebWhooklink = "Sample_URL" var message = { text:…
mis996
  • 47
  • 1
  • 7
0
votes
1 answer

How to upload media to GCP Google chat api?

I'm trying to upload media to the google chat api, so I can use that media in my application later on using the attachmentDataRef. The documentation I followed is this: https://developers.google.com/chat/api/reference/rest/v1/media/upload It is…
0
votes
1 answer

Google Chat (Spaces) Add Member as Manager

I am attempting to add different users to a Google Space and set their roles as Members or Managers. When I try to set the role to ROLE_MANAGER, it always defaults to ROLE_MEMBER. In reading the reference and seeing that "role" is output only,…
0
votes
1 answer

Error: Google Chat app not found while listing members using Google REST API in TypeScript

I am trying to list members of a Google Chat space using the Google REST API from my TypeScript backend. Currently, I am facing difficulties in implementing this functionality, this is my code: const { google } = require('googleapis'); async…
0
votes
1 answer

Unsolicited response from Google Chat API

I did so according to the instructions given here But the result is not desirable function myFunction() { var url = 'https://chat.googleapis.com/v1/spaces/AAAA*******' var options = { method: 'GET', headers: {"Authorization": 'Bearer '…
pini
  • 35
  • 10
0
votes
0 answers

Mentioning Organization Users in Google Apps Script Card-Based Interface

I'm working on a project that involves creating a card-based interface using Google Apps Script. I need to find a way to mention organization users within this interface. I'd love to hear from anyone who has experience with this or any insights on…
0
votes
0 answers

Google Chat API spaces.setup method. Error 403: "The Chat app developer deactivated this app"

During developer preview phase, the "spaces.setup" method was working fine: we were able to send direct messages between our Chat App and users. Since "spaces.setup" method has been released to GA, all requests return the following error…
0
votes
1 answer

can i use google chat api with service account and without any chat app from google console?

can i use google chat api with service account and without any chat app from google console i use php/Laravel with google client Library. and need to get data from chat api in my project. and I need any google workspace accoun. can i use this api as…