Hello!
I am trying to create a flow which sends alerts from Cloud app security via email with options to close the alert. Everything works fine besides the urls, since there are two types of links POLICY and ALERT, as you can see below. However I am unable to get LinkType value since I only want the ALERT link and not the POLICY link. When selecting Link type the response is "type": "WebLink" . I would really appreciate any help on this, thank you!
[
{
"Type": "WebLink",
"Category": null,
"Label": "Cloud App Security policy ID",
"Href": "value",
"LinkType": "POLICY"
},
{
"Type": "WebLink",
"Category": null,
"Label": "Cloud App Security alert ID",
"Href": "value",
"LinkType": "ALERT"
}
]