Skip to content

Commit

Permalink
Update share-links.rst (#7481)
Browse files Browse the repository at this point in the history
* Update share-links.rst

I added deep link configuration,  the value and a few URL examples to for better clarity.

* Update source/collaborate/share-links.rst

* Update source/collaborate/share-links.rst

* Update source/collaborate/share-links.rst

* Update source/collaborate/share-links.rst

* Update source/collaborate/share-links.rst

* Update source/collaborate/share-links.rst

---------

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>
  • Loading branch information
Good-Soma and cwarnermm authored Oct 17, 2024
1 parent b8fc05c commit 9af8d96
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions source/collaborate/share-links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,19 @@ Share message links

- Message previews respect channel membership permissions, so they’re only visible to users who have access to the original message. If the link is to a message in a public channel, any member of the team can see the message preview. If the link is to a message in a private channel or direct message, only members in that channel can see the message preview.
- If you're unable to share links, contact your Mattermost system admin for assistance. An :doc:`SSL certificate (or a self-signed certificate) </onboard/ssl-client-certificate>` may be required for this functionality to work.

Deep links
--------------
A Mattermost deep link is a URL that directs users to a specific location within Mattermost. Typically, these links are used to go to specific teams, channels, messages, or threads.

.. tip::

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

Format deep links
~~~~~~~~~~~~~~~~~
Deep links must be formatted in Mattermost as follows:

- Deep link to a team: ``mattermost://<your-Mattermost-server-URL>/<team-name>``
- Deep link to a channel: ``mattermost://<your-Mattermost-server-URL>/<team-name>/channels/<channel-name>``
- Deep link to a message or thread: ``mattermost://<your-Mattermost-server-URL>/<team-name>/pl/<post-id>``

0 comments on commit 9af8d96

Please sign in to comment.