Chat Markup

View as Markdown

Markup Reference

Moveworks provides the following rich text elements for use. These will work on any chat platform your employees use.

MarkupSyntax
Bold<b>Bold</b>
Italics<i>Italics</i>
Links<a href="https://moveworks.com">Links</a>
Emoji Shortcodes:short_code: (See full list)
Inline Code<code>Inline code</code>
Line Break<br />
Escape Characters\ — Add a backslash before special characters to display their literal version. Some chat platforms (such as MS Teams) may apply additional formatting to special characters like . ^ $ * + - ? ( ) [ ] { } \ | — /. Read about character escaping here.

Ordered Lists

1<ul>
2 <li>Bullet point 1</li>
3 <li>Bullet point 2</li>
4</ul>

Please do not try to send <button> or <img> tags in the API as they may lead to unexpected behavior.