From d45d1b26d35c6d04713c3afb870c03fccb053064 Mon Sep 17 00:00:00 2001 From: v-shalinirob <221344735+v-shalinirob@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:13:46 +0530 Subject: [PATCH 1/5] Create workflows-get-started.md --- .../workflows/workflows-get-started.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 msteams-platform/workflows/workflows-get-started.md diff --git a/msteams-platform/workflows/workflows-get-started.md b/msteams-platform/workflows/workflows-get-started.md new file mode 100644 index 00000000000..0eb05b96139 --- /dev/null +++ b/msteams-platform/workflows/workflows-get-started.md @@ -0,0 +1,14 @@ +--- +title: Workflows in Teams +author: clearab +description: Learn about workflows in Teams and how to use them. +ms.localizationpriority: high +ms.topic: overview +ms.author: anclear +ms.owner: hantony +ms.date: 01/11/2025 +--- + +# Workflows in Teams + +You can create workflows in Teams integrating AI. This article helps you to manage and use workflows in Teams chats, and includes practical workflow ideas like sending weekly reminders or triggering actions via emojis. From f681bd4a278581dc164be81a773339c572ef3cce Mon Sep 17 00:00:00 2001 From: v-shalinirob <221344735+v-shalinirob@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:03:49 +0530 Subject: [PATCH 2/5] Update TOC.yml --- msteams-platform/TOC.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/msteams-platform/TOC.yml b/msteams-platform/TOC.yml index 94986402f40..55a2bbe189b 100644 --- a/msteams-platform/TOC.yml +++ b/msteams-platform/TOC.yml @@ -213,6 +213,11 @@ - name: Adaptive Card Previewer for VS href: concepts/build-and-test/adaptive-card-previewer-vs.md displayName: ACP + - name: Workflows in Teams + items: + - name: Get started + href: workflows/workflows-get-started.md + - name: SDKs items: - name: Teams AI library v2 (preview) From 848a1f0e9090730aac31a35362d1cb18ab9b388e Mon Sep 17 00:00:00 2001 From: v-shalinirob <221344735+v-shalinirob@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:18:17 +0530 Subject: [PATCH 3/5] Update TOC.yml --- msteams-platform/TOC.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/msteams-platform/TOC.yml b/msteams-platform/TOC.yml index 55a2bbe189b..aebb6e80f65 100644 --- a/msteams-platform/TOC.yml +++ b/msteams-platform/TOC.yml @@ -45,6 +45,7 @@ - name: Overview href: concepts/build-and-test/tool-sdk-overview.md displayName: Tools and SDKs + - name: Tools items: - name: Microsoft 365 Agents Toolkit @@ -213,11 +214,12 @@ - name: Adaptive Card Previewer for VS href: concepts/build-and-test/adaptive-card-previewer-vs.md displayName: ACP + - name: Build AI capabilities in agents or apps + items: - name: Workflows in Teams items: - name: Get started href: workflows/workflows-get-started.md - - name: SDKs items: - name: Teams AI library v2 (preview) From 5b83bd5f771c740a32f525f9ba4ff4225b712bc5 Mon Sep 17 00:00:00 2001 From: v-shalinirob <221344735+v-shalinirob@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:01:24 +0530 Subject: [PATCH 4/5] Updates --- msteams-platform/TOC.yml | 7 ------- .../concepts/build-and-test/tool-sdk-overview.md | 4 ++++ .../workflows/workflows-get-started.md | 14 -------------- 3 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 msteams-platform/workflows/workflows-get-started.md diff --git a/msteams-platform/TOC.yml b/msteams-platform/TOC.yml index aebb6e80f65..94986402f40 100644 --- a/msteams-platform/TOC.yml +++ b/msteams-platform/TOC.yml @@ -45,7 +45,6 @@ - name: Overview href: concepts/build-and-test/tool-sdk-overview.md displayName: Tools and SDKs - - name: Tools items: - name: Microsoft 365 Agents Toolkit @@ -214,12 +213,6 @@ - name: Adaptive Card Previewer for VS href: concepts/build-and-test/adaptive-card-previewer-vs.md displayName: ACP - - name: Build AI capabilities in agents or apps - items: - - name: Workflows in Teams - items: - - name: Get started - href: workflows/workflows-get-started.md - name: SDKs items: - name: Teams AI library v2 (preview) diff --git a/msteams-platform/concepts/build-and-test/tool-sdk-overview.md b/msteams-platform/concepts/build-and-test/tool-sdk-overview.md index 87a3ca8af4c..f6a55be9259 100644 --- a/msteams-platform/concepts/build-and-test/tool-sdk-overview.md +++ b/msteams-platform/concepts/build-and-test/tool-sdk-overview.md @@ -27,6 +27,10 @@ Teams platform brings you different tools to build and develop your Teams apps. | [Microsoft 365 Agents Toolkit CLI](../../toolkit/Teams-Toolkit-CLI.md) (previously known as Teams Toolkit CLI) | Agents Toolkit CLI is a text-based command line interface (CLI) that accelerates Teams application development. It aims to provide keyboard centric experience when building Teams applications. | JavaScript and .NET | Use command prompt | | [Developer Portal for Teams](teams-developer-portal.md) | Developer Portal for Teams is the primary tool for configuring, distributing, and managing your Teams apps. With Developer Portal, you can create a basic app manifest (previously known as Teams app manifest) and publish the app to Teams. | Supports all languages | Developer Portal for Teams | +### Workflow for Teams + +You can create workflows in Teams integrating AI. You can manage and use workflows in Teams chats, and include practical workflow ideas like sending weekly reminders or triggering actions via emojis. For more information, see [Add link to Teams end-user docs]. +
diff --git a/msteams-platform/workflows/workflows-get-started.md b/msteams-platform/workflows/workflows-get-started.md deleted file mode 100644 index 0eb05b96139..00000000000 --- a/msteams-platform/workflows/workflows-get-started.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Workflows in Teams -author: clearab -description: Learn about workflows in Teams and how to use them. -ms.localizationpriority: high -ms.topic: overview -ms.author: anclear -ms.owner: hantony -ms.date: 01/11/2025 ---- - -# Workflows in Teams - -You can create workflows in Teams integrating AI. This article helps you to manage and use workflows in Teams chats, and includes practical workflow ideas like sending weekly reminders or triggering actions via emojis. From 7befac1b17a640d134fa8b0ab5536a3df4f9ee90 Mon Sep 17 00:00:00 2001 From: v-shalinirob <221344735+v-shalinirob@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:05:10 +0530 Subject: [PATCH 5/5] Update tool-sdk-overview.md --- .../concepts/build-and-test/tool-sdk-overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/msteams-platform/concepts/build-and-test/tool-sdk-overview.md b/msteams-platform/concepts/build-and-test/tool-sdk-overview.md index f6a55be9259..1819a8022be 100644 --- a/msteams-platform/concepts/build-and-test/tool-sdk-overview.md +++ b/msteams-platform/concepts/build-and-test/tool-sdk-overview.md @@ -27,10 +27,6 @@ Teams platform brings you different tools to build and develop your Teams apps. | [Microsoft 365 Agents Toolkit CLI](../../toolkit/Teams-Toolkit-CLI.md) (previously known as Teams Toolkit CLI) | Agents Toolkit CLI is a text-based command line interface (CLI) that accelerates Teams application development. It aims to provide keyboard centric experience when building Teams applications. | JavaScript and .NET | Use command prompt | | [Developer Portal for Teams](teams-developer-portal.md) | Developer Portal for Teams is the primary tool for configuring, distributing, and managing your Teams apps. With Developer Portal, you can create a basic app manifest (previously known as Teams app manifest) and publish the app to Teams. | Supports all languages | Developer Portal for Teams | -### Workflow for Teams - -You can create workflows in Teams integrating AI. You can manage and use workflows in Teams chats, and include practical workflow ideas like sending weekly reminders or triggering actions via emojis. For more information, see [Add link to Teams end-user docs]. -
@@ -50,6 +46,10 @@ You can create workflows in Teams integrating AI. You can manage and use workflo
+### Workflow for Teams + +You can create workflows in Teams integrating AI. You can manage and use workflows in Teams chats, and include practical workflow ideas like sending weekly reminders or triggering actions via emojis. For more information, see [Add link to Teams end-user docs]. + ## SDKs and libraries Teams Platform brings you different SDKs, libraries, and APIs to build and develop your Teams apps.