Link

Messages of type message can be a link. Add the "link": "https://domain.ext" key value pair to the message object.

Example

Example

JSON example

{
    "head": {
        "text": "I am a header",
        "sub_head": {
            "text": "I am a sub header"
        }
    },
    "body": [
        {
            "type": "message",
            "text": "I am a link",
            "link": "https://zoom.us"
        }
    ]
}