Skip to main content
POST
Create a contact

Authorizations

Authorization
string
header
required

API key starting with leo_

Body

application/json
first_name
string
required
Maximum string length: 100
last_name
string
Maximum string length: 100
email
string<email>

Single email (convenience field). Use emails array for multiple.

emails
object[]
Maximum array length: 5
phone
string

Single phone (convenience field). Use phones array for multiple.

phones
object[]
Maximum array length: 5
title
string
current_company
string
location
string
linkedin_profile
string<uri>
resume
string<uri>
contact_type
string[]
tags
string[]

Tag names to attach. Tags are created automatically if they don't exist.

source
string
company_id
string<uuid>
custom_data
object

Custom field values indexed by custom field key. Values are validated against workspace custom field definitions.

global_status
enum<string>
Available options:
new,
contacted,
replied,
qualified,
archived
do_not_contact
boolean
years_experience
integer
skills
string[]
languages
string[]

Response

Contact created

data
object
Example: