This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
An existing post was moved to a different category.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.forum.post
.
Event name. Expected moved
.
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.post_moved",
"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.post",
"slug": "moved",
"entityId": "5cacd5fe04976c0015f35363",
"actionEvent": {
"body": {
"oldCategoryId": "5c0a4f6d6a567600403281bb",
"currentCategoryId": "5c1ca26ea0843a001ca6622f",
"postId": "612c7083301bb900165cbf95"
}
},
"eventTime": "2021-08-30T08:44:20.629071Z",
"triggeredByAnonymizeRequest": false
}