In bot framework composer, how to email a copy of chat history with an Azure bot to a user?

Karen Dong 0 Reputation points
2023-07-11T20:28:15.71+00:00

I am building a customer service chatbot with Azure Bot Service. I want the bot to ask the user at the end of a conversation "Would you like me to email you our chat history?" and only email the chat history if the user says yes. How do I implement this in Bot Framework Composer?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
941 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,604 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    2023-07-11T20:34:18.5+00:00

    You can add a SendActivity action to send the chat history via email by implementing the email functionality using the Azure Bot Service's email capabilities or by integrating it with an email service.

    You should provide a suitable message in the Text property of the SendActivity action.


  2. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    2023-07-11T20:34:23.44+00:00

    You can add a SendActivity action to send the chat history via email by implementing the email functionality using the Azure Bot Service's email capabilities or by integrating it with an email service.

    You should provide a suitable message in the Text property of the SendActivity action.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.