Skip to main content

Share links to channels and messages

You can share links to Mattermost channels and messages with other Mattermost users.

Sharing channel links makes it easy for others to find and join channels. To share a link to a channel, type ~ into the message text box, then select the channel you want to link to. If you're a member of multiple teams, only channels for the current team are listed.

Sharing message links displays a preview of the message in the post. To share links to messages in Mattermost, select the More Use the More icon to access additional message options. icon next to a message, then select Copy Link.

When you hover over messages, you can access more message options from the More icon.

You can share links to messages with others using the More option.

Paste the link into a message to share the image link with others. Sharing links to messages generates a preview of the message.

Mattermost generates previews of links shared in Channels.

Deep links are a powerful feature in Mattermost that allow you to create direct links to specific teams, channels, messages, or threads. These links can be used to quickly navigate to important content within Mattermost, enhancing collaboration and efficiency.

Deep links can also be used, in combination with bots, scripts, and integrations, to trigger specific actions within Mattermost.

From Mattermost v10.11, channel bookmarks containing mattermost:// open directly in the desktop app using deep linking. This turns channel bookmarks into one-click shortcuts that enable you jump straight to key assets in Mattermost quickly and easily.

Deep links must be formatted in Mattermost as follows:

  • Deep link to a team: mattermost://<your-Mattermost-server-URL>/&lt;team-name&gt;
  • Deep link to a channel: mattermost://<your-Mattermost-server-URL>/&lt;team-name&gt;/channels/&lt;channel-name&gt;
  • Deep link to a channel message or thread: mattermost://<your-Mattermost-server-URL>/&lt;team-name&gt;/pl/&lt;post-id&gt;
  • Deep link to a direct message: mattermost://<your-Mattermost-server-URL>/&lt;team-name&gt;/messages/@&lt;user-name&gt;