Submission Created


Note: When building a self-hosted app, implement your own webhook endpoint to receive and process incoming webhook payloads. Learn more about webhooks.

Note: The Form Submission API only works with the Wix Forms app. Call GetAppInstance to confirm that the app named wix_forms is installed on the site.


Triggered when a submission is created.

Permissions
Read Submissions
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
createdEventCreatedEvent

Event information.


entityFqdnstring

Fully qualified domain name of the entity associated with the event. Expected wix.forms.v4.submission.


entityIdstring

ID of the entity associated with the event.


eventTimestringformat date-time

Event timestamp.


idstring

Unique event ID. Allows clients to ignore duplicate events.


originatedFromstring

If present, indicates the action that triggered the event.


slugstring

Event name. Expected created.


triggeredByAnonymizeRequestboolean

Whether the event was triggered as a result of a privacy regulation compliance, such as GDPR.


Did this help?