Overview of Super Products

Build a message extension from OpenAPI description document

This app template allows Teams to interact directly with third-party data, apps, and services, enhancing its capabilities and broadening its range of capabilities. It allows Teams to:

Super products API ME working

Get started with the template

Prerequisites

To run this app template in your local dev machine, you will need:

  1. First, select the Teams Toolkit icon on the left in the VS Code toolbar.
  2. In the Account section, sign in with your Microsoft 365 account if you haven't already.
  3. Create Teams app by clicking Provision in "Lifecycle" section.
  4. Select Preview in Teams (Edge) or Preview in Teams (Chrome) from the launch configuration dropdown.
  5. When Teams launches in the browser, you can navigate to a chat message and trigger your search commands from compose message area.

What's included in the template

Folder Contents
.vscode VSCode files for debugging
appPackage Templates for the Teams application manifest, the API specification and response templates for API responses
env Environment files

The following are Teams Toolkit specific project files. You can visit a complete guide on Github to understand how Teams Toolkit works.

File Contents
teamsapp.yml This is the main Teams Toolkit project file. The project file defines two primary things: Properties and configuration Stage definitions.

Addition information and references