Data Sharing Policy Shared Collection Disconnected


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

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

Triggered when a connection is disconnected, which means a collection is removed from the site it was previously shared with.

Permissions
Manage Data Collection Sharing
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
actionEventActionEvent

Event information.


entityFqdnstring

Fully qualified domain name of the entity associated with the event. Expected wix.data.v1.data_sharing_policy.


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 shared_collection_disconnected.


triggeredByAnonymizeRequestboolean

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


Did this help?