Skip to main content

Allowed HTML Tags

Allowed HTML Tags for notifications

In the body parameter you can pass not only text but also a block of HTML code. The supported tags are:

Headings
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
Typography
<br/>
<p></p>
<b></b>
<i></i>
<u></u>
Link and images
<a href="..."></a>
<img src="..." />
Lists
<ul></ul>
<ol></ol>
<li></li>