Forum Discussion
How to send data to third party services from MS Teams?
Hey all, I like to create office 365 connector to create an inbound connector to send messages from third party services to teams channel. These are my requirements to create a third party app in MS teams.
1. While installing app get the third party configuration data.
2. If the configuration details are correct, create an inbound connector automatically and send the connector URL to third party services.
3. Using that connector URL, send notifications to MS teams from third party service.
How can i do that? Share your suggestions.
Thanks in advance..
9 Replies
- Prasad_Das-MSFT
Microsoft
There are various ways to integrate third party application to Microsoft Teams. Please refer below blog for detailed explanation.
https://www.sherweb.com/blog/office-365/o365-microsoft-teams-apps/
With Microsoft Graph, you can migrate users' existing message history and data from an external system into a Teams channel.
https://docs.microsoft.com/en-us/microsoftteams/platform/graph-api/import-messages/import-external-messages-to-teams#:~:text=%20Import%20third-party%20platform%20messages%20to%20Teams%20using,the%20message%20migration%20process%20has%20completed%2C...%20More%20Thanks,
Prasad Das
---------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link.
- Alben_sobyCopper ContributorHai Prasad_Das,
Really thanks for your reply. You send a link to send a message to ms teams from third party services. But my requirement is sending data from ms teams to third party services. Is there any way to do that?
Thanks in advance...- Prasad_Das-MSFT
Microsoft
Microsoft does not provide direct tools to export all teams data. The following document shows the ways to export Teams data: https://support.microsoft.com/en-us/office/export-or-delete-your-teams-data-1ed6ac68-5fb4-41be-9861-1a4127fecf68
Also refer: https://regroove.ca/stellark/2019/07/02/how-to-export-ms-teams-chat-history/
https://perfectwikiforteams.com/blog/options-to-export-content-from-ms-teams-wiki/
Thanks,
Prasad Das
---------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link.