通过 Outlook office365 API REST 创建邮件通讯组

问题描述:

过去两周我一直在努力创建一个实现 Office365 API REST 的邮件分发组,问题是我正在开发与交互式代理的集成,并且我正在公司的平台上工作,我不是允许进行一些编码.所以,基本上我需要用我的 Office 365 帐户和潜在的 API REST 请求(端点、参数等)来弄清楚.我发现有趣的端点(只需要登录)为:帐户个人信息:

I have been struggling myself last two weeks trying to create a mailing distribution group implementing Office365 API REST, the thing is that I am developing an integration to a interactive agent and I am working over the platform of a company, I am not allowed to make some coding. So, basically I need to figure it out with my account of Office 365 and potential APIs REST requests (endpoints, parameters, etc).
 
 
 I have found interesting endpoints  (just required to be logged on) as:
 
 account personal info:

https://outlook.office365.com/api/v1.0/me

账户收到的消息:https://outlook.office365.com/api/v1.0/me/messages

帐户联系人:https://outlook.office365.com/api/v1.0/me/联系人我已经在以下位置创建了一个应用程序:apps.dev.microsoft.com 试图获取 OAuth 的 azure 凭据和令牌,以防我需要它们访问 Outlook 信息除了我的 Outlook 登录之外,我真的不知道我是否需要使用令牌登录,而且不知道如何创建邮件分发列表.在此先感谢大家的支持.

account contacts: https://outlook.office365.com/api/v1.0/me/contacts
 
 And I have already created an application at: apps.dev.microsoft.com trying to obtain azure credentials and tokens for OAuth in case I need them to access outlook info
 
 I don't really know if I need to be logged on with tokens besides, my outlook log-in and furthermore no idea on how create a mailing distribution list.
 
 
 Thank's in advance for all the support.

不再推荐分发​​组.

您可以使用 Office 365 组.Office 365 Group 将用作传统的分发列表.发送到此电子邮件地址的所有群组成员都会收到电子邮件.

You could use Office 365 groups. The office 365 Group will works as a conventional Distribution List. Email will received by all the Group members which send to this email address.

截至今天,管理通讯组列表"的唯一方法是使用 Office 365 组.

As of today the only way to manage the " Distribution Lists " is to use Office 365 Groups.

参考资料:

通过 REST API 管理通讯组