Support for Hyperlinking a URL with LinkText in Chat Bot Messages

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
*Messages with markdown"

Description
The linked doc Message with Markdown provides support for sending a URL

Displays a clickable url.

Syntax:

<https://zoom.us>

However this will send the raw URL https://zoom.us . For a more user friendly display, how do we get the actual markdown behavior as show below such that the Link Text Here appears in the Zoom client display and when clicked the url will launch?

[Link text Here](https://zoom.us)

A bit of hit and trial reveals that the following works

<https://test.com|test>

However, it is not documented. Can Zoom confirm that this will continue to be supported?

(The img link has a similar structure which is documented but not documented for vanilla hyperinks)

Hi @gauraves , I’ll share this with our Team Chat and docs team. Thanks for sharing!