Triggered when published content is created.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.multilingual.localization_public.v3.published_content
.
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.multilingual.localization_public.v3.published_content_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": "32e07bda-9b38-4109-a385-e216b9d9d816",
"entityFqdn": "wix.multilingual.localization_public.v3.published_content",
"slug": "created",
"entityId": "160edd15-2836-4340-9d1c-b437085731e3",
"createdEvent": {
"entityAsJson": "{\"id\":\"160edd15-2836-4340-9d1c-b437085731e3\",\"schemaKey\":{\"appId\":\"cbdb1c1c-5a76-40d6-a9cf-202825ffcefc\",\"entityType\":\"movie-review\",\"scope\":\"GLOBAL\"},\"entityId\":\"377e393e-737b-4dbc-9928-ea26490d8f33\",\"locale\":\"en\",\"fields\":[{\"textValue\":\"Best movie I have ever seen. And I have seen the first!\",\"schemaFieldKey\":\"title\",\"sequenceIds\":[]}],\"parentEntityId\":\"terminator-2\"}"
},
"eventTime": "2024-08-15T12:46:35.736477191Z",
"triggeredByAnonymizeRequest": false,
"entityEventSequence": "1"
}