add-teams

Add Microsoft Teams connector to Power Apps code apps for messaging.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-teams-butchersoft-msn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-teams
Source: https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai/tree/main/Assets/Plugins/code-apps/skills/add-teams
Command: npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-teams-butchersoft-msn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables adding a Microsoft Teams connector to a Power Apps code app to send messages, post to channels, and collaborate via Teams chat.

Core Features & Use Cases

  • Create or reuse a Teams connection and wire it as a data source.
  • Configure messaging operations such as sending messages or posting to channels within the app workflow.
  • Use cases include channel notifications, chat interactions, and collaborative alerts triggered by code-app events.

Quick Start

Configure a Teams connection for the code app, select the desired messaging operations, then build the project to enable Teams messaging.

Frequently Asked Questions about add-teams

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send messages from a Power Apps code app to Microsoft Teams?

Posting to a Teams channel from a Power Apps code app involves wiring a Teams connector as a data source and configuring the PostMessageToConversation operation. You must execute a build to apply changes and enable runtime messaging.

Do I need PAC CLI and Node.js to integrate Teams messaging in Power Apps?

Yes, adding a Teams connector to a Power Apps code app requires an existing Teams connection in your environment. You can create or reuse a connection, select desired messaging operations, then build the project to enable Teams messaging.

What is the process to configure Teams chat operations in a Power Apps code app?

Teams connector operations in Power Apps code apps include sending messages, posting to channels, and integrating with Teams chat. These operations are configured as data sources, enabling collaborative alerts and channel notifications triggered by code-app events.

Why are my Teams messages not sending from my Power Apps code app?

You can reuse an existing Teams connection when adding the connector to a Power Apps code app. The Skill supports creating or selecting a Teams connection, wiring it as a data source, and configuring operations before executing a build.