Triggered when a member is removed from a group.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.social_groups.v2.group_member
.
Event name. Expected removed
.
ID of the entity associated with the event.
Event timestamp.
Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).
If present, indicates the action that triggered the event.
Event information.
The data payload will include the following as an encoded JWT:
{
"data": {
"eventType": "wix.social_groups.v2.group_member_removed",
"instanceId": "<app-instance-id>",
"data": "<stringified-JSON>",
// The identity field is sent as a stringified JSON
"identity": {
"identityType": "<identityType>", // ANONYMOUS_VISITOR, MEMBER, WIX_USER, APP
"anonymousVisitorId": "<anonymousVisitorId>", // in case of ANONYMOUS_VISITOR
"memberId": "<memberId>", // in case of MEMBER
"wixUserId": "<wixUserId>", // in case of WIX_USER
"appId": "<appId>" // in case of APP
}
}
}
{
"id": "22c8c81c-457c-4ae9-9669-5dd453c2c1ee",
"entityFqdn": "wix.social_groups.v2.group_member",
"slug": "removed",
"entityId": "7df3de0d-146b-4569-8891-b3920386ba2e",
"actionEvent": {
"body": {
"groupId": "97df3de0d-146b-4569-8891-b3920386ba2e",
"groupMember": {
"siteMemberId": "7df3de0d-146b-4569-8891-b3920386ba2e",
"role": { "value": "ADMIN" },
"joinedDate": "2021-02-05T09:58:34Z"
}
}
},
"eventTime": "2021-02-15T23:11:17.267804Z",
"triggeredByAnonymizeRequest": false
}