Develop message extensions for Microsoft Teams
Important
The articles in this section are based on the v3 Bot Framework SDK. If you're looking for current documentation (version 4.6 or later version of the SDK), see the Task-oriented interactions with Message Extensions section.
Message extensions are a powerful way for users to engage with your app from Microsoft Teams. With this capability, users can query or post information to and from your service and post that information, in the form of cards, right into a message.
Message extensions appear along the bottom of the compose box. A few are built in, such as Emoji, gif, and Sticker. Choose the More Options (⋯) button to see other message extensions, including those you add from the app gallery or upload yourself.
How would you use message extensions? Here are a few possibilities:
- Work items and bugs.
- Customer support tickets.
- Usage charts and reports.
- Images and media content.
- Sales opportunities and leads.
Types of message extensions
There's primarily two kinds of message extensions you can create for Teams today. The following topics guide you through the process of creating them:
- Search based message extensions: Query your service for information and insert that into a message. Example: Look up a work item
- Action-based message extensions: Collect information from the user and post to a third party service. Example: Create a work item
Platform Docs