Forum Discussion
Extracting Additional Data for E-mail Alert via Playbook
pho30 What you see in the list of dynamic content is everything that the Azure Sentinel connector will return. If you have additional fields you would like to be available I would suggest creating a new entry in the Azure Sentinel feedback page at: https://feedback.azure.com/forums/920458-azure-sentinel
With that being said, you can may REST calls inside of Playbooks where you can get more information from the unsupported (so far) Azure Sentinel REST API located at https://github.com/Azure/azure-rest-api-specs/tree/master/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview
Wortell has created some great PowerShell commands using this API that you could use as a basis for your calls. They are located at https://github.com/wortell/AZSentinel
Hope this helps