Skip to main content
POST
Create contact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required

Contact email

first_name
string

Contact first name

last_name
string

Contact last name

title
string

Contact job title

city
string

Contact city

state
string

Contact state or region

country
string

Contact country

industry
string

Contact industry

linkedin_url
string<uri>

Contact LinkedIn profile URL

owner_email
string

Email of the Amplemarket user that should own the contact

account_id
string<uuid>

Prospect Hub account public ID to associate to the contact

crm_account_id
string

CRM account identifier used to resolve the Prospect Hub account association

company_domain
string

Company domain used to resolve the Prospect Hub account association

company_name
string

Company name used as a fallback to resolve the Prospect Hub account association

phone_numbers
object[]

Phone numbers to attach to the contact as user-uploaded numbers

Response

Created

id
string<uuid>
required
email
string | null
required
name
string | null
first_name
string | null
last_name
string | null
linkedin_url
string<uri> | null
title
string | null
location
string | null
time_zone
string | null
company_name
string | null
company_domain
string | null
owner
string | null
last_contacted_at
string<date_time> | null
phone_numbers
object[]
recent_activity
object[]