Skip to main content
A Contact represents an individual person in a CRM system. It contains personal information, contact details, and relationship to accounts and leads. Contact objects are delivered within Sync Events under the unified field. You can download the JSON schema files here:
{
  "type": "Contact",
  "event": {
    "id": "003234567890ABC",
    "accountId": "001234567890ABC",
    "firstName": "Jane",
    "lastName": "Smith",
    "email": "jane.smith@acme-corp.com",
    "phone": "+1-555-234-5678",
    "mobilePhone": "+1-555-234-5679",
    "title": "VP of Engineering",
    "department": "Engineering",
    "ownerId": "005234567890XYZ",
    "leadSource": "Website",
    "mailingAddress": {
      "street": "123 Main Street",
      "city": "San Francisco",
      "state": "CA",
      "postalCode": "94105",
      "country": "United States"
    },
    "otherAddress": {
      "street": "789 Elm Street",
      "city": "Oakland",
      "state": "CA",
      "postalCode": "94612",
      "country": "United States"
    },
    "createdAt": "2024-01-20T11:15:00Z",
    "updatedAt": "2024-12-20T16:30:45Z"
  },
  "category": "CRM"
}

Properties

type
string
required
The type of the event. Always set to “Contact”.
event
object
required
The main contact data containing all contact information.
category
string
required
Category or classification of the contact event.