# Link Messages of type `message` can be a link. Add the `"link": "https://domain.ext"` key value pair to the message object. ## Example ![Example](/img/1560465736955.png) ## JSON example ```json { "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" } ] } ```