12 Nov 2019 11:43 AM - last edited on 18 May 2023 03:51 PM by Michal_Gebacki
Hi All,
I have a requirement to develop a plugin that will add an email body to the problem notification email integration set up, so I could send the information on the error orother available placeholders. Something like as in the below screenshot.
I am looking for suitable choices that I should make to start with, kindly guide me.
Solved! Go to Solution.
13 Nov 2019 07:15 AM
Email body is just a text and you can use the any of the available placeholders displayed in the list.
If you need any other information from the problem or from the environment, the only solution is to write a daemon and use the custom webhook problem notification. Your daemon will process the information and also can fetch additional data by using Dynatrace API is necessary.