Webhook operators
The following operators are supported in webhook conditions. Use them in the op
field.
Notes:
- Range operators require both
value
(lower bound) andsecondValue
(upper bound). - For list operators (
in
,!in
), setvalue
to an array. - Some condition types accept only specific operators (e.g., booleans typically use
=
/!=
).