HTML in Kibana email action

I have Kibana email action being triggered as a web hook from my Elastic watcher.
The doc says markdown is supported.

I have added the following for email payload:
``"message": "New alert created for asset motor_pump_1 on channel equipment_channel_1 at 2021-06-25T19:42:02.000Z (UTC) \n \n \n### Alert Details \n \n \n- Current status: open \n- Alert level: CRITICAL \n \n \n \n \nGo to alert details \n
Broken the link??
\nalt text for screen readers", "subject": "[NEW_ALERT] Anomaly on channel for asset ID 1 and goodness channel, testing"}}"`

I need to do the following:

  1. Attach a logo to the email
  2. Use html styling, which didn't work so far. But I see that markdown supports html. Is there any other kind of declaration I have to use in email payload?
1 Like

Hi @sireesha_m, I'm not very a watcher expert but checking the docs it is stated that Watcher supports HTML but it is sanitized and you need to configure which tags are allowed in your emails.

Where did you see that Markdown was supported?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.