send-notification

Send structured JSON payloads as adaptive card notifications to Microsoft Teams via Azure Logic App.

1|2|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/chagong/IssueLens --skill send-notification-chagong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-notification
Source: https://github.com/chagong/IssueLens/tree/main/.github/skills/send-notification
Command: npx skills add https://github.com/chagong/IssueLens --skill send-notification-chagong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of sending structured reports and alerts to Microsoft Teams, ensuring timely communication of critical information.

Core Features & Use Cases

  • Teams Notifications: Send adaptive card notifications to Teams channels or chats.
  • Report Dissemination: Distribute issue triage reports, workflow results, or other summaries.
  • Use Case: After a daily issue triage run, use this skill to post a summary of critical issues directly into the development team's Teams channel.

Quick Start

Send the provided triage report JSON payload to the configured notification URL.

Frequently Asked Questions about send-notification

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

FAQPage Schema
How do I send adaptive card notifications to Microsoft Teams?

You can send adaptive card notifications by providing structured JSON payloads to this Skill, which forwards them to an Azure Logic App HTTP trigger. This mechanism delivers real-time alerts and summary reports into Microsoft Teams channels.

What do I need to configure before posting alerts to Teams?

You must configure a NOTIFICATION_URL environment variable pointing to your Azure Logic App HTTP trigger endpoint before posting alerts. This prerequisite ensures your structured JSON payloads route successfully into Microsoft Teams.

Can I distribute issue triage reports directly into a Teams channel?

Yes, you can distribute issue triage reports directly into a Teams channel by passing the report JSON to this Skill. It formats the data as an adaptive card notification to ensure timely communication of critical workflow summaries.

Does sending notifications to Teams require an Azure Logic App?

Yes, this Skill requires an Azure Logic App to process the incoming JSON payloads and forward them as adaptive cards. The Logic App's HTTP trigger serves as the mandatory bridge between your data and Microsoft Teams.

What is the best way to automate workflow status alerts in Microsoft Teams?

Automating workflow status alerts is done by sending structured JSON payloads to the configured Azure Logic App endpoint using this Skill. It posts adaptive cards to Teams, providing real-time issue triage and workflow updates automatically.