Azure-Samples / communication-services-AI-customer-service-sample

A sample app for the customer support center running in Azure, using Azure Communication Services and Azure OpenAI for text and voice bots.
MIT License
99 stars 67 forks source link

Add simple email sending sample #9

Closed jutik0 closed 1 year ago

jutik0 commented 1 year ago

Implement /api/conversation/emailSummary/sendEmail route using Azure Communication Services Email SDK.

Note: This quickstart sample uses receiver email address from app configuration for simplicity. In production scenario customer would provide their preferred email address

Minor: Removed stylecop until we add proper rules. Removed voip call insights, not in scope for summaryservice anymore. Added additional checks to avoid chatbot answering to own messages Added dotnet user-secrets to project file Moved react-scripts to devdependecies to deal with: https://github.com/facebook/create-react-app/issues/11647#issuecomment-1243863292