Webhooks have two main payload types: inbound and outbound. Outbound payloads can be customized and sent as notifications.
To create a customized webhook payload:
Example
[
{
"source":"Sub Tenant Alert",
"title": "${policyName}",
"tags": [
{
"name":"Event Tag",
"value": "External"
}
],
"type": "INFO",
"data": {
"elementId": "${elementId}",
"level": "WARNING",
"message": "${policyDescription}"
}
}
]