For general webhook concepts like bubble-up behavior, payload visibility rules, and versioned snapshots, see Webhook Concepts.
Description
This event is triggered when a new form instance is created — for example, when a candidate submits a survey or registration form.Integration Details
- Subscription Key:
form.form_instance.created - Use Case: Automatically process form data or sync survey responses to an external CRM.
- Related Events:
form.form_instance.updated
Trigger
- Event Type:
form_form_instance_created - Source: Insertion of a record into 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).

