Skip to main content
A person is an individual contact with profile and location information. Persons can be enrolled in campaigns as prospects.

Fields

id
string (uuid)
required
Unique identifier for the person.
objectType
string
required
Always person.
firstName
string | null
The person’s first name.
lastName
string | null
The person’s last name.
email
string | null
The person’s email address.
title
string | null
The person’s job title.
linkedinUrl
string | null
URL to the person’s LinkedIn profile.
photoUrl
string | null
URL to the person’s photo.
city
string | null
The city where the person is located.
state
string | null
The state or region where the person is located.
country
string | null
The country where the person is located.
createdAt
string (date-time)
required
Timestamp when the person was created.
updatedAt
string (date-time)
required
Timestamp when the person was last updated.

Example

{
  "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
  "objectType": "person",
  "firstName": "Jane",
  "lastName": "Smith",
  "email": "jane.smith@acme.com",
  "title": "VP of Engineering",
  "linkedinUrl": "https://linkedin.com/in/janesmith",
  "photoUrl": "https://example.com/photos/jane.jpg",
  "city": "San Francisco",
  "state": "California",
  "country": "United States",
  "createdAt": "2024-01-05T12:00:00Z",
  "updatedAt": "2024-01-20T16:45:00Z"
}

Used in