Triggered when a category is updated.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.blog.category
.
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.blog.v3.category_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
}
}
}
{
"entityId": "8c9bddc8-fd73-44de-8e49-441534b86e55",
"slug": "updated",
"id": "2a2aab57-dfb0-434b-94e0-5785d2c3ab7f",
"entityFqdn": "wix.blog.category",
"updatedEvent": {
"currentEntity": {
"id": "8c9bddc8-fd73-44de-8e49-441534b86e55",
"label": "INTERNSHIP",
"url": {
"base": "https://patwebsite651.wixsite.com/my-site",
"path": "/news/categories/internship"
},
"coverMedia": {
"enabled": true,
"image": {
"id": "11062b_a98c4b8d0dc843aca9b8d55c3bb5c4a6~mv2.jpg",
"url": "https://static.wixstatic.com/media/11062b_a98c4b8d0dc843aca9b8d55c3bb5c4a6~mv2.jpg",
"height": 3337,
"width": 5000
},
"displayed": true
},
"displayPosition": 0,
"slug": "membership",
"language": "en"
}
},
"eventTime": "2021-03-02T10:24:22.659Z",
"triggeredByAnonymizeRequest": false
}