How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

twenty/v2.39.1: Restore workflowRun.updated webhooks for explicit subscriptions (#25601)

calendar_today September 8, 2026 person thomtrp domain twenty

Context Follow-up to #25599 , which merged the emergency version of the mitigation: the webhook fan-out enqueue is skipped entirely for workflowRun.updated , so even webhooks explicitly subscribed to that operation receive nothing. Change Replaces the blanket skip with an opt-in matching rule: The listener enqueues webhook fan-out jobs for workflowRun.updated batches again (revert of the #25599 listener change). Operation matching for workflowRun.updated is restricted to the exact subscription string via the new computeWebhookOperationsToMatch util: explicit subscribers (settings UI picking Wo

open_in_new Read original post