Markup Reference

Moveworks has provided 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\

Some chat platforms (such as MS Teams) may apply additional formatting to special characters . ^ $ * + - ? ( ) [ ] { } \ | — / . Add a backslash (\) before your character to display its literal version without any formatting. Read about character escaping here .

Ordered Lists

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

🚧

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