2026-07-13 Webhooks API
- Webhook filter conditions now support six length-based operators (
length_equals,length_not_equals,length_greater_than,length_less_than,length_greater_than_or_equals,length_less_than_or_equals) onfilterConditions.conditions[].operation, letting event delivery be filtered by the item count of a field value (an array yields its length, a missing/null value yields0, any other single value yields1); accepted onPOST/PUT /v1/webhooks/configsand returned in config responses