Skip to main content
POST
Create a Contact
Create a contact — a person saved into this workspace. Search with post_apollo_contacts_search first to avoid duplicates, which Apollo does not reject here the way it rejects duplicate account domains. Writes land in the AIsa workspace, which every caller shares: the record becomes visible and editable by others, and there is no per-caller isolation. To look someone up without saving them, use post_apollo_people_match.

Authorizations

Authorization
string
header
required

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

Body

application/json
first_name
string

First name

last_name
string

Last name

organization_name
string

Organization name

title
string

Title

account_id
string

Account ID

email
string

Email

website_url
string

Website URL

label_names
string

Labels to set on the contact

contact_stage_id
string

Contact stage ID

present_raw_address
string

Raw address

direct_phone
string

Direct phone

corporate_phone
string

Corporate phone

mobile_phone
string

Mobile phone

home_phone
string

Home phone

other_phone
string

Other phone

typed_custom_fields
object

Typed custom fields object

run_dedupe
boolean

Enable deduplication. Default false.

Response

Successful response

contact
object

Created contact