- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Feb 19 2021 02:46 AM
Hello Community,
We are building a Machine-Learning powered solution where we gather all user conversations from all workspaces of a company and then use them to conduct sentiment and emotion analyses.
Naturally, the most crucial part is fetching the required data from the client's Teams workspace to our Database in order to be able to train our ML model and conduct the analysis.
Therefore the data lifecycle looks like this:
- Client installs our app in their MS Teams Workspace
- Our App automatically retrieves data in given timeframes (e.g. once per week)
- The data ends up in our Database
- ...
Can we build such app leveraging a no-code solution from Microsoft's professional tools (e.g. Power Apps, Power Automate, etc.)?
Thank you for your time and consideration :)
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Feb 22 2021 03:19 AM
Hi @Petros_Topouzis, You can use graph API beta version to get all messages from teams. Please refer to this documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Feb 25 2021 08:47 PM
@Petros_Topouzis Please let us know does that help clarify?