将 Gmail 操作添加到 Azure 逻辑应用
Adding a Gmail action to an Azure Logic App
我正在尝试设计一个逻辑应用程序,在收到服务总线消息时向给定地址发送电子邮件:
问题是当我尝试保存时,出现以下错误:
Failed to save logic app MyLogicApp. The operation on workflow
'MyLogicApp' cannot be completed because it contains connectors to
applications 'servicebus' which are not compatible with the Gmail
connector. Please see https://aka.ms/la-gmaildocs for more
information.
链接的资源确实给出了如何解决这个问题的指导 - 为 GMail 连接器设置客户端 ID 和密码,但我只想发送电子邮件 - 我不需要它是 GMail .有没有更简单的方法解决这个问题?好像微软自己的连接器只适用于 O365 企业帐户。
请使用outlook.com connector发送邮件。此连接器不需要企业帐户:
更多详情可以参考Manage email, calendars, and contacts in Outlook.com by using Azure Logic Apps。
我正在尝试设计一个逻辑应用程序,在收到服务总线消息时向给定地址发送电子邮件:
问题是当我尝试保存时,出现以下错误:
Failed to save logic app MyLogicApp. The operation on workflow 'MyLogicApp' cannot be completed because it contains connectors to applications 'servicebus' which are not compatible with the Gmail connector. Please see https://aka.ms/la-gmaildocs for more information.
链接的资源确实给出了如何解决这个问题的指导 - 为 GMail 连接器设置客户端 ID 和密码,但我只想发送电子邮件 - 我不需要它是 GMail .有没有更简单的方法解决这个问题?好像微软自己的连接器只适用于 O365 企业帐户。
请使用outlook.com connector发送邮件。此连接器不需要企业帐户:
更多详情可以参考Manage email, calendars, and contacts in Outlook.com by using Azure Logic Apps。