Event Created


Permission Scopes

For app development, you must have one of the following permission scopes:
Read Events - all read permissions
Manage Bookings Services and Settings
Manage Events - all permissions
Read Events
Manage Guest List
Manage Events
Learn more about permission scopes.
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
timestampstringformat date-time

Event created timestamp in ISO UTC format.


eventIdstringformat GUID

Event ID.


locationobject

Event location.


scheduleConfigobject

Event schedule configuration.


titlestring

Event title.


userIdstringformat GUID

Event creator user ID.


statusstring
5 enum supported values:
SCHEDULEDSTARTEDENDEDCANCELEDDRAFT

Event status.


derivedFromInstanceIdstringformat GUID

Instance ID. Indicates the original app instance which current event was derived from.


derivedFromEventIdstringformat GUID

Event ID. Indicates the original event which current event was derived from.


eventobject

Event that was created.


Was this helpful?
Yes
No