logic app to get DLP alert and send evidences such as SIT, Email Subject, Recipients as proof to person who violated policy

sachin raj 0 Reputation points
2025-05-30T11:09:25.67+00:00

Can someone help with below.
logic app to get DLP alert and send evidences such as SIT, Email Subject, Recipients as proof to person who violated policy

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,553 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Praveen Kumar Gudipudi 1,875 Reputation points Microsoft External Staff Moderator
    2025-05-30T18:58:15.93+00:00

    Hello @sachin raj,

    Please follow below instructions to configure the logic app.

    1.Create logic app with when HTTP request receive connector.

    User's image

    1. Go alerts action group>> Actions >> select logic app >> Save

    User's image

    1. Now trigger the logic app from alert to generate payload. (wait for alert). after alert generated please check the logic app run history.

    User's image

    1. click on the run and copy http connector raw out put.( there you can see alert data)

    User's image

    1. Go to logic app designer >> click on Http connector>> Click on use sample payload to generate schema>> Now paste the http raw out put.>> done.

    User's image

    1. Please add send email connector in logic app and configure the dynamic values from http connector as you required in send an email like to address and subject, body.

    User's image

    If this answer was helpful, please click "Accept the answer" and mark Yes, as this can help other community members.

    User's image

    If you have any other questions or are still experiencing issues, feel free to ask in the "comments" section, and I'd be happy to help.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.