Integrating microsoft team with Custom app using custom bots

P G 26 Reputation points
2020-08-14T05:25:24.76+00:00

I 'm working on the integration of Microsoft Teams and the PHP client framework (which can save data in the database).

The app I built uses actionable messaging to do this. This app can't send any messages to endpoint from Bot.

Do I have to register the Bot somewhere? Is there a specific way it has to respond?

My pain point can be overcome by the outgoing webhooks but they are not scoped to personal level.

The link that I follow -

get-started-nodejs-app-studio
51.teams-messaging-extensions-action

What I have tried so far -

  1. I tried a sample nodejs app that communicates with MS-Teams.
  2. I tried to build an App with bot capabilities using AppStudio. I did it, but it doesn't request to my endpoint.

I described my usage scenario. Can you please suggest the way out that will benefit me.

Thanks

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,523 questions
0 comments No comments
{count} vote

Accepted answer
  1. JimmyYang-MSFT 50,271 Reputation points Microsoft Vendor
    2020-08-14T09:51:17.817+00:00

    Hi!

    To my knowledge, you need to complete the following steps to create a conversational bot:

    1. Prepare your development environment.
    2. Create your web service.
    3. Register your web service as a bot with Microsoft Bot Framework.
    4. Create your app manifest and your app package.
    5. Upload your package to Microsoft Teams.

    For more details, you can learn it from:
    https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/create-a-bot-for-teams


0 additional answers

Sort by: Most helpful