跳到主要内容

WorkflowWebhookFilterGroup

conditions object[]required
  • Array [
  • 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.

  • ]
  • WorkflowWebhookFilterGroup
    {
    "conditions": [
    {
    "bodyPath": "string",
    "operator": "equals",
    "value": "string",
    "values": [
    "string"
    ]
    }
    ]
    }