2026-07-14 Webhooks API
- Webhook filter conditions can now be expressed as a single JSONata expression: a new optional
jsonata_expressionfield (max 15000 characters) was added tofilterConditions.conditions[], evaluated against the event payload and passing when the result is truthy, andfield/operationbecame optional — a condition is now either a classic field + operation comparison or a JSONata expression (the two are mutually exclusive), accepted onPOST/PUT /v1/webhooks/configsand returned in config responses