For general webhook concepts like bubble-up behavior, payload visibility rules, and versioned snapshots, see Webhook Concepts.
Description
This event is triggered when a form instance is updated.Integration Details
- Subscription Key:
form.form_instance.updated - Use Case: Track form revision history or detect changes to submitted data.
- Related Events:
form.form_instance.created
Trigger
- Event Type:
form_form_instance_updated - Source: Update of a record in the
frm.form_instancetable.
Payload Example
Payload Type Showcase
Field Notes
form_datais JSONB containing the actual submission values keyed by field UUID. Useform_fieldsto interpret the keys.metais JSONB with submission context (source, device, etc.).structureonform_versionis JSONB defining the form layout and field configuration.- The
form_version → formjoin provides the parent form metadata (name, type, active status).

