0
votes

I have created my own chat bot which is connected with a RESTfull API. I have some UI logic based on which I call API and get responses of the Questions.

I want to integrate this RESTfull API with Teams by creating a Teams APP and moving logic from Web UI to Teams APP UI.

Tried microsoft help from https://developer.microsoft.com/en-us/microsoft-teams and https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/building-an-app but not getting any suitable tutorial / example for it.

Any Example or tutorial will be helpful for me.

1
Thank you for reaching out to us We will investigate and if we require further information we will reach out. Best regards, Teams PlatformSubhasish
you can use microsoft teams toolkit for VSCode alfilatov.com/posts/…Alex Filatov

1 Answers

1
votes

You could Get started here with Teams App with a simple bot And test in locally using ngrok.

There are multiple sample code here. You could start with Echo Bot.

Hope it helps.