简体   繁体   English

自动 Email 发送 Microsoft Bot Framework Composer

[英]Automatic Email Send in Microsoft Bot Framework Composer

I am developing chatbot using Microsoft bot framework composer .我正在使用Microsoft bot framework composer开发聊天机器人。 I added this chatbot to Microsoft Teams channel as well.我也将此聊天机器人添加到Microsoft Teams频道。 It is a IT Help desk chatbot.它是一个 IT 帮助台聊天机器人。 We have a separate ticketing system, whenever user send a email to support@abc.com , the support ticket would be automatically created.我们有一个单独的票务系统,每当用户向support@abc.com发送 email 时,将自动创建支持票证。

I want my chatbot to send a email automatically to create a ticket when the user needs to create a ticket using chatbot.当用户需要使用聊天机器人创建票证时,我希望我的聊天机器人自动发送 email 以创建票证。

There are a lot of ways to do that.有很多方法可以做到这一点。 For example, you can use "Send an HTTP request" action in the composer, and call an endpoint where you do this email processing (for example: you can quickly test by using a logic app which will be your http endpoint, and inside this logic app use an email connector - outlook or other)例如,您可以在 Composer 中使用“发送 HTTP 请求”操作,并调用您执行此 email 处理的端点(例如:您可以使用逻辑应用程序快速测试,该逻辑应用程序将是您的 Z80791B3AE6 this 内部的 Z80791B3AE6 thisED9FAA7F 端点和逻辑应用程序使用 email 连接器 - outlook 或其他)

More details on the "send an http request" step here有关“发送 http 请求”步骤的更多详细信息,请点击此处

And a tutorial to send an email with Logic Apps here以及在此处发送带有逻辑应用程序的 email 的教程

暂无
暂无

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

相关问题 使用 Azure CLI 发布在 Bot 框架 Composer 中创建的 Bot - Publish a Bot created in Bot framework Composer using Azure CLI 如何在Application Insights中对Microsoft Bot框架执行ping测试 - How to do ping test for Microsoft bot framework in Application Insights Azure 机器人框架| 如果一段时间没有用户回复,那么如何给用户发送提醒呢? - Azure Bot Framework| If there is no response from the user for some time, then how to send reminder to the users? 从作曲家发布机器人到 azure 失败 - publishing bot from composer to azure is failing Azure 上 Telegram Bot 部署中的“Microsoft.Bot.Schema.APIException”异常 - “Microsoft.Bot.Schema.APIException” exception in Telegram Bot deploy on Azure Bot Framework Emulator 工作但 Web Chat 不工作 - Bot Framework Emulator works but Web Chat not does not 从 Azure Bot 应用服务控制台运​​行 Bot Framework Orchestrator 命令时出现问题 - Getting issue while running Bot Framework Orchestrator command from Azure Bot App Service Console Bot Framework 的 web.config 文件中用于连接 Azure SQL Server 数据库的连接字符串 - Connection String for Connecting Azure SQL Server database in Bot Framework's web.config file 无法使用MS Graph API向各种用户发送电子邮件 - Unable to send email to various users using MS Graph API 如何从 azure 应用服务 webapp 发送一封电子邮件 - How send a single email from an azure app service webapp
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM