This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
A new category was created.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.forum.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.forum.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
}
}
}
{
"id": "0ec75a41-ae29-4e5e-8063-46f5a5d925d9",
"entityFqdn": "wix.forum.category",
"slug": "created",
"entityId": "5cacd5fe04976c0015f35362",
"createdEvent": {
"entity": {
"id": "5cacd5fe04976c0015f35362",
"parentId": "001005fe04976c0015f35362",
"name": "Discussion corner",
"headerTitle": "Discussion corner",
"description": "Share stories, ideas, pictures and more!",
"headerType": "IMAGE",
"headerImage": {
"id": "image.jpg",
"url": "https://static.wixstatic.com/media/image.jpg",
"height": 760,
"width": 2100
},
"rank": 0,
"postCount": 2,
"postViewCount": 17,
"slug": "discussion-corner",
"noMemberPosting": true,
"categoryAccess": "PUBLIC",
"createdDate": "2019-04-09T17:27:26.171Z",
"updatedDate": "2019-04-09T17:27:26.171Z",
"postTypes": ["DISCUSSION", "QUESTION"],
"postInteraction": "MULTIPLE_REACTIONS",
"mainPostReactionIcon": {
"iconType": "LOVE",
"code": ":love:"
},
"additionalPostReactions": [
{
"iconType": "THUMBS_UP",
"code": ":thumbs_up:"
}
],
"commentInteraction": "REACTION",
"mainCommentReactionIcon": {
"iconType": "THUMBS_UP",
"code": ":thumbs_up:"
},
"additionalCommentReactions": [
{
"iconType": "THUMBS_UP",
"code": ":thumbs_up:"
}
],
"guestReactionsEnabled": false,
"guestCommentsEnabled": false,
"commentOrder": "NEWEST",
"commentRepliesEnabled": true,
"commentButtonLabel": "Publish",
"commentPlaceholderText": "Leave a comment",
"commentSectionHeader": "Comments",
"url": {
"base": "https://wix.com",
"path": "/forum/discussion-corner"
}
}
},
"eventTime": "2021-08-30T08:44:20.629071Z",
"triggeredByAnonymizeRequest": false
}