Teams Webhook for SolarWinds Alerts

I successfully setup a GET/POST request action in my SolarWinds alert and tied it to Microsoft Teams workflows. Within the adaptive card, I am specifying the alert trigger and the device name. However, I want to add a hyperlink that sends the user back to SolarWinds to either check out the alert details, object details, or acknowledge the alert. Can anyone tell me if they were able to add a hyperlink to their body in SolarWinds? 

Here is what I have in my body right now:

{
"title": "ALERT TRIGGER: ${N=SwisEntity;M=Node.Caption} transmit utilization is currently ${N=SwisEntity;M=OutPercentUtil}",
"text": "DEVICE: ${N=SwisEntity;M=CustomProperties.Monitor_Category} ${N=SwisEntity;M=Caption}"
}

Parents Reply Children
No Data