Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook will create a new Microsoft Sentinel incident when Microsoft Forms response is submitted.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | SentinelSOARessentials |
| Source | View on GitHub |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 1 |
microsoftforms |
Managed | 1 | 1 |
office365 |
Managed | 1 | 2 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Create_incident | put | /Incidents/subscriptions/@{encodeURIComponent(parameters('Subscription'))}/resourceGroups/@{encodeURIComponent(parameters('Resource Group'))}/workspaces/@{encodeURIComponent(parameters('Workspace Name'))} |
— |
microsoftforms (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_response_details | get | /formapi/api/forms('@{encodeURIComponent(parameters('Microsoft Forms ID'))}')/responses |
— |
office365 (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Send_an_email_(V2)_-_success | post | /v2/Mail |
— |
| Send_an_email_(V2)_-_fail | post | /v2/Mail |
— |
📄 Source: CreateIncident-MicrosoftForms/readme.md
author: Benjamin Kovacevic
This playbook will create a new Microsoft Incident when Microsoft Forms response is submitted.


If there are made any changes to the Microsoft Forms template (questions changed or translated to the local language), there is a need to adjust the playbooks template by mapping correct values in Logic App Designer:

When editing, important information is that certain fields accept only certain values:
Playbook

Microsoft Forms template

Microsoft Sentinel Incident

Email notification


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