What placeholders are available for Webhooks integrations?
The placeholder attribute specifies a short hint that describes the expected value of an input field/text area. The short hint is displayed in the field before the user enters a value.
The available placeholders for Webhooks are:
The payload requests should look like this:
{
"asset": {
"business_risk": ...,
"first_scanned": ...,
"hostname": ...,
"ipv4": ...,
"ipv6": ...,
"last_scanned": ...,
"name": ...,
"os": ...,
"tags": [...],
"type": ...,
},
"ticket": {
"number": ...,
"status": ...,
"severity": ...,
"asset_name": ...,
"asset_link": ...,
"due_date": ...,
"teams": [...team names...],
},
"vuln": {
"cves": ...,
"cvss2": ...,
"cvss3": ...,
"detection": ...,
"exploits": ...,
"hid": ...,
"impact": ...,
"insight": ...,
"name": ...,
"patches": ...,
"ransomware": ...,
"solution": ...,
"summary": ...,
"url": ...,
},
}