html 如何使用链接/ API加入新的google群组

nwlls2ji  于 2023-01-15  发布在  Go
关注(0)|答案(2)|浏览(168)

我有一个谷歌组,我希望人们能够从我的网站通过点击链接或填写表格加入,这两种方式都不需要任何进一步的授权,从组经理/所有者。
是否可以通过点击链接加入google群组?例如:www.example.com?我知道,对于经典的谷歌群组,用户可以这样加入:groups.google.com/g/groupname/join ? I know that for the classic google groups, one can join like this: https://groups.google.com/forum/#!forum/groupname/join, but I was wondering if this is still posiible with the updated/new google groups?
可以通过api调用向google群组添加成员吗?
谢谢你。

qltillow

qltillow1#

一个很酷的小把戏:我发现你可以通过导航到这个链接订阅。http://groups.google.com/group/[groupname]/boxsubscribe?email=myid

3df52oht

3df52oht2#

尝试使用此URL,用户应该能够加入组
https://groups.google.com/g/[group name]

相关问题