Triggered when a post 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.post
.
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.post_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": "3bceaccb-ddfc-4078-84bf-50699b4d3f83",
"slug": "created",
"id": "1d034196-3347-4a66-988a-3f30d7e51b9d",
"createdEvent": {
"entity": {
"id": "3bceaccb-ddfc-4078-84bf-50699b4d3f83",
"title": "MANCHURIAN CANDIDATE",
"excerpt": "By sacrificing Stormy, you made available the power of the storm. So, when a position is available... you take it, if it’s to your liking...",
"firstPublishedDate": "2021-03-02T08:40:54.354Z",
"lastPublishedDate": "2021-03-02T08:40:54.354Z",
"url": {
"base": "https://www.brooyetti.com",
"path": "/post/manchurian-candidate"
},
"slug": "manchurian-candidate",
"featured": false,
"pinned": false,
"categoryIds": [],
"coverMedia": {
"enabled": true,
"image": {
"id": "1a245d_98065284cc0c4b16a72f8397d817eef9~mv2.png",
"url": "https://static.wixstatic.com/media/1a245d_98065284cc0c4b16a72f8397d817eef9~mv2.png",
"height": 1606,
"width": 2728
},
"displayed": true
},
"memberId": "1a245d8a-a400-4b37-9e20-88171beab277",
"hashtags": [],
"commentingEnabled": true,
"minutesToRead": 2,
"tagIds": [],
"pricingPlans": [],
"relatedPostIds": [],
"pricingPlanIds": [],
"language": "en"
}
},
"entityFqdn": "wix.blog.post",
"eventTime": "2021-03-02T08:40:54.448Z"
}