Triggered when an extended field is created.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.contacts.v4.extended-field
.
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.contacts.v4.extended-field_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": "5e0e6a26-eb25-49eb-b5fe-a680d463764e",
"entityFqdn": "wix.contacts.v4.extended_field",
"slug": "created",
"entityId": "custom.example",
"createdEvent": {
"entity": {
"namespace": "custom",
"key": "custom.example",
"displayName": "example",
"dataType": "TEXT",
"fieldType": "USER_DEFINED",
"createdDate": "2020-10-19T07:33:28.071Z",
"updatedDate": "2020-10-19T07:33:28.071Z",
"legacyId": "cc17c4fb-07d1-4eb1-a67c-09375bb05595"
}
},
"eventTime": "2020-10-19T07:33:28.683009Z",
"triggeredByAnonymizeRequest": false
}