Triggered when an extended field is updated.
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 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.contacts.v4.extended-field_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
}
}
}
{
"id": "bd3df11f-2055-4c1d-b7f2-adcd034f70f1",
"entityFqdn": "wix.contacts.v4.extended_field",
"slug": "updated",
"entityId": "custom.example",
"updatedEvent": {
"currentEntity": {
"namespace": "custom",
"key": "custom.example",
"displayName": "example_updated",
"dataType": "TEXT",
"fieldType": "USER_DEFINED",
"createdDate": "2020-10-19T07:33:28Z",
"updatedDate": "2020-10-19T07:34:02Z",
"legacyId": "cc17c4fb-07d1-4eb1-a67c-09375bb05595"
}
},
"eventTime": "2020-10-19T07:34:01.880815Z",
"triggeredByAnonymizeRequest": false
}