Resources

Contacts

A contact represents a person or organization in your workspace, customers, vendors, leads, partners, and more.

POST/v1/contacts

Create a contact

Creates a new contact in the workspace associated with your API key. The new contact will be assigned to the key's workspace and attributed to the admin user who created the key.

Body parameters

NameTypeDescription
first_namerequiredstringContact first name. Required.
last_namestringContact last name.
emailstringEmail address. Either email or phone must be provided.
phonestringPhone number. Either email or phone must be provided.
companystringCompany name the contact belongs to.
job_titlestringContact job title.
contact_typeenumOne of: Customer, Vendor, Supplier, Partner, Lead, Other.
mailing_streetstringMailing address street.
mailing_citystringMailing address city.
mailing_statestringMailing address state.
mailing_zipstringMailing address ZIP / postal code.
mailing_countrystringMailing address country.
billing_streetstringBilling address street.
billing_citystringBilling address city.
billing_statestringBilling address state.
billing_zipstringBilling address ZIP / postal code.
billing_countrystringBilling address country.
tagsstring[]Array of tag strings.

Returns

On success, returns HTTP 201 Created with the full contact object, including id,company_id, and timestamps.