diff --git a/source/about/mattermost-for-microsoft-teams.rst b/source/about/mattermost-for-microsoft-teams.rst index 27b61d55eb9..0e47e6467f1 100644 --- a/source/about/mattermost-for-microsoft-teams.rst +++ b/source/about/mattermost-for-microsoft-teams.rst @@ -16,6 +16,9 @@ Connect Mattermost with Microsoft Teams A connected Mattermost integration with Microsoft Teams enables direct message, group message, and chat synchronization as well as the ability to link and synchronize channel-based collaboration. +.. image:: ../images/ms-teams-channel-sync-feb-2024.gif + :alt: An example of a Mattermost channel that is synced with a channel on Microsoft Teams. + Install this integration by visiting the `install the Mattermost for Microsoft Teams plugin `__ documentation. Visit the `collaborate within a Microsoft Teams instance `__ to learn how to use this integration. diff --git a/source/collaborate/collaborate-within-connected-microsoft-teams.rst b/source/collaborate/collaborate-within-connected-microsoft-teams.rst index c4cbbdce80f..9f2a2467784 100644 --- a/source/collaborate/collaborate-within-connected-microsoft-teams.rst +++ b/source/collaborate/collaborate-within-connected-microsoft-teams.rst @@ -42,6 +42,9 @@ You can start a direct or group message between Mattermost and Microsoft Teams u - Within Microsoft Teams, select **Chat > New chat**, and select the users you want to chat with. Your conversation is visible in both Mattermost and Microsoft Teams for all users who have connected their Mattermost user account to their Microsoft Teams user account. +.. image:: ../images/ms-teams-dm-sync-feb-2024.gif + :alt: An example of a Mattermost direct message (DM) that is synced with a DM on Microsoft Teams. + Collaborate through linked channels ------------------------------------ diff --git a/source/images/ms-teams-channel-sync-feb-2024.gif b/source/images/ms-teams-channel-sync-feb-2024.gif new file mode 100644 index 00000000000..6b538db7819 Binary files /dev/null and b/source/images/ms-teams-channel-sync-feb-2024.gif differ diff --git a/source/images/ms-teams-dm-sync-feb-2024.gif b/source/images/ms-teams-dm-sync-feb-2024.gif new file mode 100644 index 00000000000..25e6667e5a7 Binary files /dev/null and b/source/images/ms-teams-dm-sync-feb-2024.gif differ