Teams App Integration

Ayan Usmani 171 Reputation points
2022-03-16T19:05:53.743+00:00

I wanted to integrate my existing application (React + python) in Teams. I have seen from the docs that manifest file is the one which is responsible to achieve it.

But I am unable to find detail such as what all changes need to be done in existing app source code, how we can only integrate specific part of the app to teams.

Need help for above details to host my app in teams

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,312 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,271 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,341 questions
{count} votes

Accepted answer
  1. Nivedipa-MSFT 3,031 Reputation points Microsoft Vendor
    2022-03-30T08:41:18.677+00:00

    Adding answer from comment section for more visibility.

    You can integrate your app in Teams tab.
    In static tab you can give application url as a content url.
    Also you can create configurable tab also. In this the configuration page appears. You can give your application url in configurationurl in configuration tab.

    You have to give this property in manifest file

    Refer below doc for more details:

    1. Build Tabs for Microsoft Teams
    2. Manifest Schema

    Thanks,
    Nivedipa


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.