I need to create a webhook to ingest the alerts from my platform.
I have a few questions regarding the field-mapping capabilities:
-
Mapping Severity:
In the mapping section i didn’t see the alert severity field. I need to map that field from my json payload. -
Nested If-Else Support:
Does the Expression Builder support nestedif-elseconditions?
Something like:IF(condition1, IF(condition2, valueA, valueB), valueC ) -
Combining fields:
Also can i combine few of the fields like classification, id, timestamp fields from my payload to create Alert title? e.g. suscpicios 1.2.3.4 at time. -
Store Full JSON Response:
Is there any method to store or dump the entire webhook JSON payload into a field inside the Event object?
This would allow me to reference additional fields later inside playbooks, even if they aren’t individually mapped during ingestion.
Any guidance or best practices on how to achieve these mappings would be greatly appreciated!

