teams-message

Send messages to specified Microsoft Teams channels via API.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill teams-message
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teams-message
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/microsoft-teams-message
Command: npx skills add https://github.com/AstorYH/PASB --skill teams-message

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines communication by enabling automated message sending to specific Microsoft Teams channels, reducing manual effort and ensuring timely information dissemination.

Core Features & Use Cases

  • Direct Channel Messaging: Send messages to any designated Microsoft Teams channel.
  • Automated Notifications: Integrate with other processes to send alerts or updates to relevant teams.
  • Use Case: Automatically notify the 'DevOps' channel in Microsoft Teams whenever a new build is deployed to production.

Quick Start

Send the message "Deployment successful!" to the channel with ID "12345678-1234-1234-1234-1234567890ab".

Frequently Asked Questions about teams-message

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

FAQPage Schema
How do I send automated notifications to a Microsoft Teams channel?

To send automated notifications to a Microsoft Teams channel, provide the target channel ID and your message content. The skill validates the channel ID format and ensures the message is not empty before invoking the Microsoft Teams API to deliver it.

What do I need to configure before sending messages to Microsoft Teams?

Before sending messages to Microsoft Teams, you need pre-configured authentication credentials for API access. You must also obtain the specific channel ID for your target destination to ensure the message is routed correctly.

Can I use this to send deployment alerts to a DevOps channel in Teams?

Yes, you can send automated deployment alerts to a DevOps channel in Teams. Integrate this skill with your build processes to automatically notify designated channels whenever a new build is deployed to production.

What happens if the channel ID format is invalid or the message is empty?

If the channel ID format is invalid or the message content is empty, the skill validates these inputs and prevents the API call. This validation ensures that only correctly formatted messages are sent to existing Microsoft Teams channels.

What is the best way to integrate automated communication into Microsoft Teams workflows?

The best way to integrate automated communication into Microsoft Teams workflows is by programmatically routing messages via the Teams API. This approach reduces manual effort and ensures timely information dissemination to designated channels.