Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook will post a message in a Microsoft Teams channel when an Incident is created in Microsoft Sentinel.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | SentinelSOARessentials |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 0 |
teams |
Managed | 1 | 1 |
teams (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Post_a_message_(V3) | post | [concat('/v3/beta/teams/@{encodeURIComponent(''', parameters('TeamsGroupId'), ''')}', '/channels/@{encodeURIComponent(''', parameters('TeamsChannelId'), ''')}/messages')] |
— |
author: Yaniv Shasha
This playbook posts a message in a Microsoft Teams channel when an incident is created in Microsoft Sentinel. The message includes key incident details such as severity, title, status, ID, and URL.
Once deployment is complete, authorize each connection.
Note: The message will be sent from the user who creates the connection.
Note: Enable the playbook if it is disabled before assigning it to the automation rule.
Playbook

Teams Message Example

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊