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
10
votes
0 answers

Is it possible to avoid Google Hangout Chat link preview's displaying authentication challenges?

Hi we use Google Hangouts Chat at work. We like seeing link previews, but if we link to an internal resource protected by gsuite autherization, the link preview is just a box telling the bot to sign in. Is there a way of avoiding this?
Tom Larkworthy
  • 2,104
  • 1
  • 20
  • 29
6
votes
1 answer

Hangouts Chat: get all messages in a thread

Is there a way to get all messages belonging to a thread? We know from https://developers.google.com/hangouts/chat/reference/rest/v1/spaces.messages#Message that a Message belongs to a Thread, is there an API to fetch all messages for a given…
Francesco Gualazzi
  • 919
  • 1
  • 10
  • 23
5
votes
2 answers

I am unable to get "configure webhook " option within google chat

As per the official documentation it lies inside chat room option. But its not available there.
Ankur Vaish
  • 149
  • 9
5
votes
1 answer

How to remove/archieve thread in Google Chat room manually or programmatically

I mean Google Chat that come with gSuite Already find answer at https://support.google.com/hangouts/answer/3112001?co=GENIE.Platform%3DDesktop&hl=en but not got any answer.
UmAnusorn
  • 10,420
  • 10
  • 72
  • 100
4
votes
0 answers

Google Chat Rest api which are used to create/update message is not working? getting 500 Internal server error?

I'm trying to post a message in Google chat through Chat rest api, but it's not working. Note : These api's were working fine before.But from yesterday it's not working. API : https://chat.googleapis.com/v1/spaces/{space-id}/messages Request Body…
vasanth vasu
  • 401
  • 5
  • 13
4
votes
2 answers

Invalid project number when using google chat api

I'm following this article to create a message in Google Chat via services account. However when I compile the code, I got the following message: Traceback (most recent call last): File "googlechat-api.py", line 27, in resp =…
Nghĩa Lê
  • 53
  • 3
4
votes
1 answer

How to avoid google line chart annotation text cover each other?

I create a horizontal line chart with annotation,but annotation text will cover each other when two point too close,how can I avoid annotation cover each other?? here is my sample chart: google.charts.load('current', {packages: ['corechart',…
Zhubei Federer
  • 1,274
  • 2
  • 10
  • 27
4
votes
0 answers

How to access new Room Tasks via Tasks API (or other Google API)

G Suite users have recently gained access to an integrated Gmail interface. In this interface, Google Chat's rooms now have their own Tasks integration Has anyone found resources for accessing and working with these Chat Room Tasks via an API. I'm…
3
votes
1 answer

How can I get the feature to edit a Google Doc in Google Chat when sharing the Doc through a Webhook?

I am currently working to dynamically create a Google doc that will store some information and then share that link to Google Chats using a Webhook. I have everything all set up and the code runs, the only thing is when I manually copy and paste the…
3
votes
0 answers

Customize message Gitlab notifications to Google chat Integration

Actually I've integrated Gitlab notifications to Google chat. Is it possible to change the automatic Gitlab notifications on Google Chat. For example, if there's a merge request, we get the following message from the Webhook: 7d5cfbd2: Gitlab User…
Gamaor
  • 85
  • 3
3
votes
2 answers

How to import the Google Chat API discovery document into a Postman collection?

I cannot get Postman to recognize https://chat.googleapis.com/$discovery/rest?version=v1 I normally import Swagger documents and it creates collections for me without any problems. But this is not a Swagger file, it's a Google "discovery document".…
admlange
  • 31
  • 2
3
votes
1 answer

Is there a way to integrate google chat into a website?

I am trying to implement the integration of google chat in a website. Is there a rest API for fetching and sending messages that can be connected to our google account? Right now we can fetch chats with Gmail API but that's not reliable because the…
Fariman Kashani
  • 856
  • 1
  • 16
  • 29
3
votes
1 answer

Google Chat API - PHP

I would like to integrate chat functionality in my PHP website with Google Chat API, I checked the link https://developers.google.com/hangouts/chat/reference/rest Here, with these APIs, I want to create rooms between two users, sending messages to…
Ronak Solanki
  • 341
  • 2
  • 5
  • 14
3
votes
1 answer

Making a message reminder like Slack's with Google Chat API and Google Apps Scripts

I am making a Google Apps Script that interacts with the Google Chat API, I see that I can make ui changes in Google Sheets with Google Scripts. Is there a way to create the same ui interaction as Slack's message reminder inside Google Chat? Here is…
3
votes
1 answer

Google chat custom cards using dialogflow fulfilment webhook

I am trying to integrate DialogFlow bot with Hangouts Chat (for G Suite). I have enabled the integration on DialogFlow and the basic intents are working fine. In order to perform backend operations using fulfillment, I have created a firebase cloud…
1
2 3
10 11