Standard Fields
Standard fields serve as essential building blocks for profile records, enabling accurate identification, communication, and customization of interactions based on individual preferences and linguistic needs. The Events Webhook framework supports tracking of updates to standard contact fields, empowering you to stay informed about changes to essential contact details.
Below is an overview of the webhook events generated for standard fields.
Default Locale Updated: The standardfield.defaultlocale.updated event is triggered when the default locale on a profile is updated.
Registration Status Updated: The standardfield.registrationstatus.updated event is triggered when the Registration Confirmed status on a profile is updated.
Prefix Added: The standardfield.prefix.added event is triggered when a prefix is added to the CustomerName collection on a profile.
Prefix Updated: The standardfield.prefix.updated event is triggered when a prefix is updated on the CustomerName collection on a profile.
Prefix Deleted: The standardfield.prefix.deleted event is triggered when a prefix is removed from the CustomerName collection on a profile.
First Name Added: The standardfield.firstname.added event is triggered when a first name is added to the CustomerName collection on a profile.
First Name Updated: The standardfield.firstname.updated event is triggered when a first name is updated on the CustomerName collection on a profile.
First Name Deleted: The standardfield.firstname.deleted event is triggered when a first name is removed from the CustomerName collection on a profile.
Middle Name Added: The standardfield.middlename.added event is triggered when a middle name is added to the CustomerName collection on a profile.
Middle Name Updated: The standardfield.middlename.updated event is triggered when a middle name is updated on the CustomerName collection on a profile.
Middle Name Deleted: The standardfield.middlename.deleted event is triggered when a middle name is removed from the CustomerName collection on a profile.
Last Name Added: The standardfield.lastname.added event is triggered when a last name is added to the CustomerName collection on a profile.
Last Name Updated: The standardfield.lastname.updated event is triggered when a last name is updated on the CustomerName collection on a profile.
Last Name Deleted: The standardfield.lastname.deleted event is triggered when a last name is removed from the CustomerName collection on a profile.
Suffix Added: The standardfield.suffix.added event is triggered when a suffix is added to the CustomerName collection on a profile.
Suffix Updated: The standardfield.suffix.updated event is triggered when a suffix is updated on the CustomerName collection on a profile.
Suffix Deleted: The standardfield.suffix.deleted event is triggered when a suffix is removed from the CustomerName collection on a profile.
What made this section unhelpful for you?
On this page
- Standard Fields