Triggered when a category is created.
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 created
.
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_created",
"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": "71d1ead7-a341-4853-8f32-d5534e274473",
"slug": "created",
"id": "0002d822-bcf6-473f-8879-d913b788fd3c",
"createdEvent": {
"entity": {
"id": "71d1ead7-a341-4853-8f32-d5534e274473",
"label": "Membership Posts",
"url": {
"base": "https://www.darlingmagnolia.com",
"path": "/blog/categories/membership-posts"
},
"description": "Exclusive Membership blog posts",
"coverMedia": {
"enabled": true,
"displayed": true
},
"displayPosition": 4,
"slug": "membership",
"language": "en"
}
},
"entityFqdn": "wix.blog.category",
"eventTime": "2021-03-02T10:24:16.556Z"
}