Triggered when rules are updated.
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_rules
.
Event name. Expected updated
.
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_rules_updated",
"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": "cf905d83-d66a-4b29-a78a-20b7957cdd25",
"entityFqdn": "wix.social_groups.v2.group_rules",
"slug": "updated",
"entityId": "c4f36bae-c281-4c6c-aad6-5042542bdc30",
"updatedEvent": {
"currentEntity": {
"rules": [
{ "title": "Rule-1 title", "description": "Updated rule-1 itself" },
{ "title": "Updated rule-2 title", "description": "Rule-2 itself" }
]
}
},
"eventTime": "2021-02-09T11:04:37.692132Z",
"triggeredByAnonymizeRequest": false
}