Microsoft Teams HTML
This is a guide to using HTML for formatting Microsoft Teams messages in DX.
- Wrapping text in
<i>italicized</i> text
produces italicized text <b>bold</b> text
produces bold text<a href="https://app.getdx.com">Here</a>
produces Here<a href="mailto:test@test.com">test@test.com</a>
produces test@test.com<br>
allows creating whitespace<p>
will start content on a new line
Note that div elements began being stripped out by Microsoft unexpectedly in November 2024, and therefore are not recommended. See this Microosft support discussion for more information.