send-personal-notification

Send personalized Microsoft Teams chat messages via an Azure Logic App HTTP trigger.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates sending personalized messages directly to individuals' Microsoft Teams chats, ensuring timely and targeted communication for alerts, summaries, or specific updates.

Core Features & Use Cases

  • Direct Messaging: Sends messages to a specific recipient's personal Teams chat.
  • Contextual Updates: Delivers triage summaries, alerts, or status reports directly to relevant individuals.
  • Use Case: After a daily issue triage, automatically send a personalized summary of critical issues to the lead developer's Teams chat.

Quick Start

Send a personal notification to [email protected] with the title "Daily Report" and the message "Here is your summary.".

Frequently Asked Questions about send-personal-notification

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

FAQPage Schema
How do I send personalized Teams messages directly to an individual's chat?

You can send personalized Teams messages by triggering an Azure Logic App via HTTP, requiring a configured PERSONAL_NOTIFICATION_URL and a JSON payload containing the title, message, workflowRunUrl, and recipient email.

What do I need to configure to automate Teams notifications from a workflow?

Automating Teams notifications requires configuring a PERSONAL_NOTIFICATION_URL environment variable and passing a JSON payload with title, message, workflowRunUrl, and recipient email to the Azure Logic App trigger.

Can I use an Azure Logic App to deliver workflow alerts to Microsoft Teams?

Yes, you can use an Azure Logic App to deliver workflow alerts to Microsoft Teams by utilizing an HTTP trigger to send personalized bot messages directly to personal chats.

When should I use direct messaging for workflow alerts instead of channel posts?

Use direct messaging for workflow alerts when delivering targeted triage summaries or critical updates to specific individuals, ensuring timely communication for personal action items.

What is the best way to automate sending triage summaries to a lead developer in Teams?

The best way to automate sending triage summaries to a lead developer in Teams is using this Skill to route contextual updates directly to their personal chat via an Azure Logic App HTTP trigger.