Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
81 views

I am attempting to deploy a simple Google Chat application using Python (FastAPI/Functions Framework) and an ngrok tunnel as the endpoint. My goal is to create a standard, text-only chatbot that ...
4 votes
0 answers
126 views

I'm developing a Google Chat bot using Kotlin (Ktor 2.3.4) that successfully handles standard Chat events such as: ADDED_TO_SPACE REMOVED_FROM_SPACE MESSAGE (when the bot is mentioned) However, ...
1 vote
0 answers
28 views

I'm using Spring Boot and a Service Account to send Google Chat notifications. In my application, each user provides their own target spaceId in their profile. The app retrieves this ID and sends a ...
0 votes
0 answers
149 views

I am trying to build a Google Chat App that calls a Cloud Run function as the logic. I am assuming the GCP interfaces must have recently changed/updated because a lot of the guides and troubleshooting ...
0 votes
0 answers
70 views

I built a Google Chat bot with Apps Script and published it to the Google Workspace Marketplace. It works fine in testing or for anyone with editor access to the Apps Script project. The problem: when ...
0 votes
0 answers
128 views

I’m trying to build a simple Google Chat bot using Apps Script. I’ve followed the official documentation: Created the Apps Script project with handlers onMessage, onAddToSpace, onRemoveFromSpace. ...
0 votes
2 answers
317 views

I’m building a very simple Google Chat App on Cloud Functions (2nd gen) (Python). The app should just reply "OK" when I send a message from mail.google.com/chat. But in the logging error ...
0 votes
1 answer
69 views

Cannot understand why when I'm pressing the button it triggers the function multiple times. Also, the event handler handleCardClick(e) returns back whole json (instead of saying what action was ...
2 votes
0 answers
89 views

I am trying to add code block formatting to a card sent as a notification via Google Chat cardsV2 API. However, the code block formatting is completely ignored and fails to render properly. I have ...
3 votes
0 answers
262 views

I have a production Java application that has been sending messages to Google Chat spaces using the Google Chat API for over two years with absolutely no issues. The relevant code and Google Cloud ...
0 votes
0 answers
40 views

I want to add a link to the submission to the message from my Expo EAS pipeline to my group gchat when the new ios/android builds has finished submitting to the app stores. I already have the post to ...
0 votes
0 answers
157 views

I'm developing a small application to automate message delivery in my Google Chat spaces. Some of these messages need to include images. I'm using the Google Chat API, but it seems it only accepts ...
3 votes
1 answer
185 views

I've developed a Google Chat app through a Google Cloud project (enabled the Google Chat API, created the app, and deployed it internally). The app is added to chats via the "New Chat" ...
0 votes
0 answers
131 views

I'm developing a Google Chat bot using Node.js on Google Cloud Functions. I'm trying to respond to a slash command with an interactive card (CardV2) containing buttons. What Works: My function ...
1 vote
0 answers
65 views

... // Create a client. $chatServiceClient = new ChatServiceClient([ 'credentials' => "$keyPath/songanhbot-sa-02.json", ] ); //...

15 30 50 per page
1
2 3 4 5
...
15

AltStyle によって変換されたページ (->オリジナル) /