This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a group is created.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a group is deleted.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a group's logo is changed.
Group cover data.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a group's description is changed.
Group description data.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a new member is added to a group, either directly by an admin or when a Join Request is approved.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a Group Request is approved.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a join group request is approved by a group admin or a groups manager.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.
This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a join group request is rejected by a group admin or a groups manager.
function wixSocialGroupsV2_onJoinGroupRequestRejected(
event: JoinGroupRequestRejectedEvent,
): void;
export function wixSocialGroupsV2_onJoinGroupRequestRejected(event) {
const eventId = event.metadata.id;
const entityId = event.data.joinGroupRequest._id;
}
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.