Microsoft Secure Tech Accelerator
Apr 03 2024, 07:00 AM - 11:00 AM (PDT)
Microsoft Tech Community

Send email using playbook to office 365 user by retrieving user email address

Copper Contributor

Hi Folks,

I could get the playbook sending email to specific mailbox,But not to o365 user based on entity info with in Sentinel. I am thinking this email address needs to read from Azure AD. But how we put that as a logicapp is something missing. Any inputs are much appreciated.

 

Thanks

Senti

1 Reply

@Senti1905 

 

There is a native Azure AD connector in Logic Apps, so if you map the AAD User Object Id in your entity mapping you can then use that to get the user information such as email address.

 

First retrieve the entities from the incident, then use the connector to grab the user information.

 

Here is a little mock up for you. You can even grab their display name and pass that into the email too if you wanted.

 

logic app.png