Forum Discussion
How to send data to third party services from MS Teams?
ChetanSharma-msft Hai thanks for asking. If i need to say truth, yes i need a help. I am new to teams and i donno how to create an app in teams as per my requirements. I tried to create an app using app studio and yeoman generator. I created an app that display hello world in configuration page and tried to run it in localhost. How can run a teams app in localhost? Also i need some documents to create an app in microsoft teams with demo for reference. Please do the needful.
Thanks in advance..
You can build your first Teams app using C# following this documentation:
https://docs.microsoft.com/en-us/microsoftteams/platform/get-started/get-started-dotnet-app-studio?tabs=AS
For locally running the app you can follow below documentation:
https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/debug
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.
- Alben_sobySep 28, 2021Copper ContributorHai Prasad_Das,
Thanks for your valuable reply. I will let you know if i have any queries after try to implementing the steps given in these documents.