Skip to main content

WorkflowWebhookFilterCondition

bodyPathstringrequired

Webhook JSON body path. Use $ for the full body.

operatorstringrequired

Possible values: [equals, not_equals, contains, starts_with, ends_with, matches, in, exists, missing]

valuestring

Required for equals/not_equals/contains/starts_with/ends_with/matches.

valuesstring[]

Required for the in operator.

WorkflowWebhookFilterCondition
{
"bodyPath": "string",
"operator": "equals",
"value": "string",
"values": [
"string"
]
}