【问题标题】:Is it possible to send an email via api to a google group for work?是否可以通过 api 向 google 群组发送电子邮件以进行工作?
【发布时间】:2017-03-31 18:13:38
【问题描述】:

我想通过 gmail api 将电子邮件插入一个组,就像使用 Gmail api Users.messages.insert (https://developers.google.com/gmail/api/v1/reference/users/messages/insert) 一样

有可能吗?

【问题讨论】:

    标签: gmail-api


    【解决方案1】:

    您的主题说您正在尝试“发送”一封电子邮件,但问题是您尝试将其插入组中(用于存档)。

    如果您想向群组存档添加消息,请使用the Groups Migration API

    如果您想向群组发送消息以便群组的所有成员都能收到消息,请以有权向群组发送消息并使用messages.send() 的 Gmail 用户身份进行身份验证。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-04-26
      • 2021-04-18
      • 2014-09-01
      • 2015-12-05
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多