Hello Support,
Can you please suggest full apps cript with the step by step guide to auto post google chat spaces messages into gooogle sheet. When someone is message into spaces
Solved! Go to Solution.
By following these steps and customizing the script to your specific needs, you can effectively automate the process of capturing Google Chat Spaces messages and appending them to a Google Sheet.
I've not done it, but from reviewing the documentation it certainly looks feasible. This page explains how Google Chat apps can receive and respond to events in Google Chat: https://developers.google.com/workspace/chat/events-overview.
And this page explains how to use the Google Workspace Events API to create a subscription to a Google Workspace resource. It includes information on using Apps Script: https://developers.google.com/workspace/events/guides/create-subscription
By following these steps and customizing the script to your specific needs, you can effectively automate the process of capturing Google Chat Spaces messages and appending them to a Google Sheet.
I've not done it, but from reviewing the documentation it certainly looks feasible. This page explains how Google Chat apps can receive and respond to events in Google Chat: https://developers.google.com/workspace/chat/events-overview.
And this page explains how to use the Google Workspace Events API to create a subscription to a Google Workspace resource. It includes information on using Apps Script: https://developers.google.com/workspace/events/guides/create-subscription