{
"id": "<string>",
"externalId": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"fullName": "<string>",
"companyName": "<string>",
"jobTitle": "<string>",
"emails": [
{
"type": "primary",
"email": "<string>"
}
],
"phoneNumbers": [
{
"type": "primary",
"number": "<string>"
}
],
"addresses": [
{
"type": "primary",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"state": "<string>",
"postalCode": "<string>",
"country": "<string>"
}
],
"socialProfiles": [
{
"type": "linkedin",
"url": "<string>",
"username": "<string>"
}
],
"type": "lead",
"status": "active",
"ownerId": "<string>",
"createdAt": 123,
"updatedAt": 123,
"lastActivityAt": 123,
"lifecycleStage": "<string>",
"leadSource": "<string>",
"tags": [
"<string>"
],
"notes": "<string>",
"website": "<string>",
"customFields": {}
}
A contact record in a CRM system.
contacts
The schema is of type object
.
Was this page helpful?