Hi, Sending reports in the email body through the AppDynamics API is indeed possible, but it requires the implementation of specific programming logic. I recently received a similar request from one of our customers, asking to send reports directly in the email body. To fulfill this requirement, I developed a Python script. This script utilizes the AppDynamics performance metrics API to fetch relevant data. With programming concepts, I structured this data into a table format and configured SMTP details for sending the email within the script. To automate the process, I set up a cron job to execute this script every 30 minutes. The customer specifically requested server performance metrics to be included in the email body. Please refer to the attached image illustrating how server performance metrics are displayed in the email body, complete with warning and critical indicators for when server performance crosses predefined thresholds. Google drive Link of detailing the coding logic : https://drive.google.com/file/d/1WpPnKtI38VlC7vF3aBHPUXpH3_YJhoK1/view?usp=sharing Thanks, Harshank Patil
... View more