Extended field that was found or created.
Extended field namespace.
Extended fields created through by calling the Find Or Create Extended Field method
are automatically assigned to the custom
namespace.
Extended field key.
When accessing contact data,
extended field data is available at extendedFields[key]
.
For example, if the key is "custom.notes",
the value can be accessed at extendedFields["custom.notes"]
.
key
is generated when the extended field is created
and can't be modified, even if displayName
changes.
Display name shown in the contact list.
Type of data the field holds.
Indicates whether the extended field is a system field or custom field.
Date and time the field was created.
Date and time the field was last updated.
Field description, if the field is a system field.
Retrieves a list of extended fields.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Retrieves a custom field with a specified name, or creates one if it doesn't exist. The number of custom fields is limited to 100.
Successful calls to this method always return a field, which can be specified in subsequent calls.
To find an existing custom field without potentially creating a new one, call Get Extended Field or Query Extended Fields.
You can only call this method when authenticated as a Wix app or Wix user identity.
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.
Retrieves an extended field by the specified extended field key.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Deletes an extended field.
When an extended field is deleted, any contact data stored in the field is also permanently deleted.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Renames an extended field.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.
Retrieves a list of extended fields.
For a detailed list of supported operations, see sorting and filtering for extended fields. To learn more about query language, see API Query Language.
You can only call this method when authenticated as a Wix app or Wix user identity.
There are 6 errors with this status code.
This method may also return standard errors. Learn more about standard Wix errors.
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.
Triggered when an extended field is deleted.
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 deleted
.
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.
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.