Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions msteams-platform/bots/how-to/bots-filesv4.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ There are two ways to send files to and receive files from a bot:

* [**Use the Teams bot APIs:**](#use-the-teams-bot-apis) These only support files in `personal` context.

The following video demonstrates how a bot simplifies the process of sending and receiving files with ease and efficiency:

<br>

> [!VIDEO https://www.youtube.com/embed/-UeDi5X3qWk]

## Use the Graph APIs

Post messages with card attachments that refer to existing SharePoint files, using the Graph APIs for [OneDrive and SharePoint](/onedrive/developer/rest-api/). To use the Graph APIs, obtain access to either of the following through the standard OAuth 2.0 authorization flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ When building your conversational bots for Microsoft Teams, you can work with co
* Trigger a notification when a bot message is liked by a user.
* Identify the default channel for your bot from user input (selection) during installation.

The following video demonstrates how a conversation bot can improve customer engagement through smooth, intelligent interactions:

<br>

> [!VIDEO https://www.youtube.com/embed/HWw99yPsAes]

## Conversation update events

You can use conversation update events to provide better notifications and effective bot actions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ You can distribute your app directly to the Microsoft Teams Store inside Microso

Apps published to the Teams Store also automatically list on [the Microsoft commercial marketplace](https://appsource.microsoft.com), which is the official marketplace for Microsoft 365 apps and solutions.

The following video on publish your Teams app to Teams Store outlines the steps involved in the app publishing process:

<br>

> [!VIDEO https://www.youtube.com/embed/cFqAuLy0JaE]

## Understand the publishing process

If your app is production ready, you can begin the process of getting it listed on the Teams Store.
Expand Down