July 15, 2026
Integrations
Webhooks Now Show What Changed
Update events now include the entity's prior state, so you can diff old vs new values without making a separate lookup call.
Webhook payloads for update events just got more useful.
Any star-updated event now includes an updatedFrom field alongside the usual data, carrying a full snapshot of the entity before the update. Want to know if someone’s membership role changed from admin to viewer? It is right there, no extra API call needed.
The Probo Trigger node in n8n picks this up too. Compare the updatedFrom value against the data value directly inside your workflow.