Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/developer/message-attachments.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Message Attachments
-------------------

Basic formatting such as bold and italic can be included in the ``text`` field of an integration’s payload by using markdown.
A wide range of rich text formatting options, including bold, italic, headings, in-line images, and tables, can be used in integrations using `Mattermost markdown support <https://docs.mattermost.com/help/messaging/formatting-text.html>`_.

For more advanced formatting, it is necessary to send an ``attachments`` array in the payload sent by an integration.
For additional formatting options, and for compatibility with Slack non-markdown integrations, an ``attachments`` array can be sent by integrations and rendered by Mattermost.

Note: Attachment support is available for webhook integrations and not yet available for slash commands. `There is a Help Wanted issue available for community to add attachment support for slash commands <https://github.com/mattermost/platform/issues/4238>`_

---------------------------

Expand Down