Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.68 KB

add-API-connection.md

File metadata and controls

36 lines (25 loc) · 1.68 KB
title author description ms.author ms.localizationpriority ms.topic ms.date
Integrate existing third-party APIs
MuyangAmigo
Learn how toolkit allows bootstrap sample access to existing APIs and the list of different authentication types.
zhany
medium
overview
05/20/2022

Integrate existing third-party APIs

Microsoft Teams Toolkit allows you to access and use existing APIs for building Microsoft Teams apps. Your organization or a third party might have developed these APIs.

Add API connection using Teams Toolkit

Add a connection to an existing third-party API using the following steps:

  1. Open your Teams app project in Microsoft Visual Studio Code.

  2. Select Teams Toolkit from the Visual Studio Code activity bar.

  3. Select View How-to Guides in the DEVELOPMENT section.

    :::image type="content" source="~/assets/images/teams-toolkit-v2/manual/select-view-how-to-guides.png" alt-text="Screenshot shows the option to select View How-to Guides under Development.":::

  4. From the dropdown list that appears, select Connect to an API. You're redirected to the respective How-to Guide.

    :::image type="content" source="../assets/images/teams-toolkit-v2/add-API/api-select-features_1.png" alt-text="Screenshot shows the selection of Connect to an API option in the View How-to Guides list.":::

    Development How-to Guide
    Connect to an API How to integrate API Connection with your Teams app

See also