Triggered when a post 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.post
.
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.post_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": "75e7fa83-91fc-4501-b711-c9da7527df14",
"slug": "updated",
"id": "e390b383-ed1f-4466-8981-ef7bdd9963a0",
"entityFqdn": "wix.blog.post",
"updatedEvent": {
"currentEntity": {
"id": "75e7fa83-91fc-4501-b711-c9da7527df14",
"title": "Healthy Skin",
"excerpt": "For a long time, it has been thought that the look of our skin and the way we eat are two completely unrelated elements of our bodily wel...",
"firstPublishedDate": "2021-01-23T12:16:28.403Z",
"lastPublishedDate": "2021-03-02T08:40:52.182Z",
"url": {
"base": "https://www.beroot.co.uk",
"path": "/post/healthy-skin"
},
"slug": "healthy-skin",
"featured": false,
"pinned": false,
"categoryIds": [],
"coverMedia": {
"enabled": true,
"image": {
"id": "11062b_1881ef79d05e480fbc827c4de0e63bd6~mv2.jpg",
"url": "https://static.wixstatic.com/media/11062b_1881ef79d05e480fbc827c4de0e63bd6~mv2.jpg",
"height": 3941,
"width": 5906
},
"displayed": true
},
"memberId": "0d8e7313-85a4-43b4-9954-b0c23ef9b104",
"hashtags": [],
"commentingEnabled": true,
"minutesToRead": 3,
"tagIds": [],
"pricingPlans": [],
"relatedPostIds": [],
"pricingPlanIds": []
}
},
"eventTime": "2021-03-02T08:40:52.287Z",
"triggeredByAnonymizeRequest": false
}