简体   繁体   English

您可以使用 Google App Script 在 Google Chat 中创建房间吗?

[英]Can you create rooms in Google Chat using Google App Script?

I'm currently developing a workflow tool and would like to integrate the ability to store links to chat rooms into my google sheet.我目前正在开发一个工作流工具,并希望将存储聊天室链接的功能集成到我的谷歌表格中。

Is there a way I can create rooms in Google Chat using Google Apps script?有没有办法可以使用 Google Apps 脚本在 Google Chat 中创建房间?

Thanks!谢谢!

At the moment there doesn't appear to be a programmatic way to create a room.目前似乎没有一种程序化的方式来创建房间。 This is a likely due to the fact that having a script or bot that could create rooms could potentially spam room creation (whether intentionally or unintentionally).这可能是因为拥有可以创建房间的脚本或机器人可能会创建垃圾邮件房间(无论是有意还是无意)。 It's possible this could change in the future (likely with some limitations), but nothing has been confirmed by Google yet.这可能会在未来发生变化(可能有一些限制),但谷歌尚未确认任何内容。 Right now rooms can only be created manually through the UI.现在房间只能通过 UI 手动创建。

Reference参考

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何创建可以在Google应用脚本中终止的错误功能 - How to create an error function that can terminate in Google app script 我可以在Google表格中创建一个函数并从网络应用程序Google Apps脚本中使用它吗? - Can I create a function in Google Sheets and use it from a web app Google Apps Script? 如何在 Google Sheets App Script 中创建第二个动态相关下拉列表? - How do you create a second dynamic dependant dropdown in Google Sheets App Script? 您可以在虚拟元素中创建Google地图吗 - Can you create a Google map in a virtual element 你能用代码关闭一个谷歌appmaker应用吗? - can you Close a google appmaker app with code? Google Sheets App Script:您可以将数组写入单行而不是单列吗? - Google Sheets App Script: Can you write an array to a single row instead of a single column? 如何在Firechat中创建聊天室? - How do I create chat rooms in Firechat? Google Apps Script:如何使用 Google App Script 从单个 GA 帐户创建用户列表并每月一次将其邮寄到 CSV - Google Apps Script: how to create user list from single GA account using Google App Script and mail it in CSV once a month 如何在谷歌 AMP 中嵌入 Tawk 聊天脚本 - How to embed Tawk chat script in google AMP Google App Script/Javascript - 无法使用 Google App Script 循环到 Google 电子表格中的列末尾 - Google App Script/Javascript - Not able to loop through up to the end of Column in Google Spreadsheet using Google App Script
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM