- Knowledge base
- Integrations
- Webhooks
-
Security updates
-
Product news
-
Next-Gen Vulnerability Management
-
Getting started
-
General
-
Operating status
-
System & Network Security
-
Web Application Security
-
Cloud Security
-
API Security
-
Phishing Simulation & Awareness Training
-
Attack Surface Management
-
Scanner Appliance
-
Device Agent
-
On-premise platform deployment
-
Asset management
-
Vulnerability Manager
-
Reports
-
Digest reports
-
Organizer
-
Continuous monitoring
-
Integrations
-
Platform API
-
Remediation
-
Users
-
PCI DSS ASV scans
-
Partner Portal
-
Terms & conditions
-
Dashboard
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:
{{ticket.number}}
{{ticket.status}}
{{ticket.severity}}
{{ticket.due_date}}
The payloads 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": ...,
},
}