Skip to main content

The Contact object

Contacts refer to individuals whom you have the ability to include as recipients in documents.

Attributes

address
nullable string
Address of the contact.
city
nullable string
City of the contact.
color
string
Color of the contact.
country
nullable string
Two-letter ISO code of the country.
created_at
string
Time at which the contact was created.
email
string
Email address of the contact.
first_name
string
First name of the contact.
full_name
string
Full name of the contact.
id
string
Unique identifier for the contact.
job_title
string
The job title of the contact.
last_name
string
Last name of the contact.
organization
nullable string
Organization of the contact.
phone_number
nullable string
Phone number of the contact.
postal_code
nullable string
Postal code of the contact.
state
nullable string
State of the contact.
updated_at
string
Time at which the contact was last updated.
The Contact object
{
"address": null,
"city": null,
"color": "#e187c5",
"country": null,
"created_at": "2024-05-14T08:36:49+00:00",
"email": "[email protected]",
"first_name": "Thaddeus",
"full_name": "Thaddeus Macejkovic",
"id": "con_ody240o93zzuch5n7412od42",
"job_title": null,
"last_name": "Macejkovic",
"organization": null,
"phone_number": null,
"postal_code": null,
"state": null,
"updated_at": "2024-05-14T08:36:49+00:00"
}