Last updated

Contact Change

Contact Change webhook triggers:

  • Contact Added
  • Contact Updated By User

Summary

The following table explains the fields

FieldDescription
idUnique identifier for the contact record.
firstNameThe first name or business name of the contact.
lastNameThe last name or an additional identifier for the contact.
emailAddressThe email address of the contact.
accountCodeUnique code identifying the account associated with the contact.
preferredNameAlternate name the contact prefers to be addressed by.
telephoneNumberThe contact's phone number.
dateOfBirthThe contact's date of birth.
genderThe gender of the contact.
companyCodeUnique code identifying the company associated with this contact.
referrerInformation about how the contact was referred.
nationalityIsoCodeISO code representing the nationality of the contact.
statusThe current status of the contact.
lifecycleStageThe lifecycle stage of the contact (e.g., "LEAD", "CUSTOMER").
jobTitleThe job title of the contact.
departmentThe department the contact works in.
industryThe industry the contact or their organisation belongs to.
address.addressLine1The first line of the contact's address.
address.addressLine2The second line of the contact's address.
address.addressLine3The third line of the contact's address.
address.cityThe city in which the contact resides.
address.postcodeThe postcode for the contact's address.
address.countryThe country of the contact's address.
address.isoCountry2ISO 3166-1 alpha-2 code of the country.
tagsTags associated with the contact for categorisation.
portal.invitationConfirmedIndicates whether the contact has confirmed their portal invitation.
contactMethod.preferredContactMethodThe preferred communication channel for the contact (e.g., "TELEPHONE", "EMAIL").
customDataAdditional custom data fields or metadata related to the contact.

Example

{
    "id":100,
    "firstName":"Demo Accommodations London Ltd",
    "lastName":"Mc100g",
    "emailAddress":"554@res.com",
    "accountCode":"Bri554",
    "preferredName":null,
    "telephoneNumber":"554 7766554433",
    "dateOfBirth":null,
    "gender":null,
    "companyCode":null,
    "referrer":null,
    "nationalityIsoCode":null,
    "status":"ACTIVE",
    "lifecycleStage":"CUSTOMER",
    "jobTitle":null,
    "department":null,
    "industry":null,
    "address":{
      "addressLine1":"1398 line 1",
      "addressLine2":null,
      "addressLine3":null,
      "city":"1398 city",
      "postcode":"1398 pc",
      "country":"United Kingdom",
      "isoCountry2":"GB"
    },
    "tags":null,
    "portal":{
      "invitationConfirmed":false
    },
    "contactMethod":{
      "preferredContactMethod":"TELEPHONE"
    },
    "customData":[]
}