-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include HTML (Content-Type: text/html) in email destination. #495
Comments
Comment by anjanaasok @Sampathreddygopireddy118 can you share the custom webhook that you created, How did you pass the context over to webhoook. DO we pass the ctx object in the URL of webhook |
Comment by Sampathreddygopireddy118 I was able to do the HTML format for email using custom webhook (destination as jenkins (generic-webhook-trigger)). Below are the steps if someone wants to do it. Message info in opendistro alerting write your message including painless script and include html tags. |
Closing as solved. |
Closing as solved. |
@brijos, could you please clarify if native HTML support has been added? |
Thanks @qmonitoring. It was not fixed as asked so I reopened it. There is a workaround as Sampath calls out though. |
There is another issue #586 that we are working on right now. |
Issue by Sampathreddygopireddy118
Thursday Dec 10, 2020 at 14:42 GMT
Originally opened as opendistro-for-elasticsearch/alerting#324
Is your feature request related to a problem? Please describe.
currently email destination only supports (plain/text).
Describe the solution you'd like
It is really good to have the (Content-Type: text/html) in email destination.
Describe alternatives you've considered
Currently I using custom webhook destination for email notification.
The text was updated successfully, but these errors were encountered: