@Anil Sharma Thanks for reaching out. Logic app does provide Microsoft Defender ATP connector. You can refer to supported triggers and actions. As per your requirement you can leverage the Alerts - Get list of alerts action to get the alerts list as per your business need. You need to loop through the result and format the email as per your need.
Workflow:
Recurrence Trigger --> Alerts - Get list of alerts --> Send an Email (V2)
The above is only for reference and you need to modify as per business need.