Use the Create a Contact endpoint to add a new contact to your team's Apollo account.

In Apollo terminology, a contact is a person that your team has explicitly added to your database. A contact will have their data enriched in some way, such as accessing an email address or a phone number.

Apollo does not apply deduplication processes when you create a new contact via the API. If your entry has the same name, email address, or other details as an existing contact, Apollo will create a new contact instead of updating the existing contact.

To update an existing contact, use the Update a Contact endpoint instead.

Query Params
string

The first name of the contact you want to create. This should be a human-readable name.

Example: Tim

string

The last name of the contact you want to create. This should be a human-readable name.

Example: Zheng

string

The name of the contact's employer (company). This should be the current employer.

To ensure a contact is assigned to the right company in the Apollo contact base, check the exact company name using the Organization Search endpoint.

Example: apollo

string

The current job title that the contact holds.

Example: senior research analyst

string

The Apollo ID for the account to which you want to assign the contact. Each company with enriched data is assigned a unique account ID.

To find account IDs, call the Organization Search endpoint and identify the value for id within the accounts[] array for each company. If a company is not already part of an account within your Apollo instance, you instead need to call either the Organization Enrichment endpoint or the Bulk Organization Enrichment endpoint to enrich the organization's data, then identify the value for account_id for the company.

Be sure you understand the difference between organization IDs and account IDs. Every company in the Apollo database is assigned an organization ID, but only companies with enriched data are assigned an account ID. If you use an organization ID with this endpoint, you might still receive a 200 response, but the contact will be created without being assigned to the desired account.

Example: 63f53afe4ceeca00016bdd2f

string

The email address of the contact.

Example: example@email.com

string

The corporate website URL for the contact's current employer (company).

This should be the full URL, including https://www., .com, and similar. Do not add URL slugs or sub-directories.

Do not use social media URLs, such as LinkedIn profile links. This will lead to inaccurate data enrichment for the contact.

Examples: https://www.apollo.io/; https://www.microsoft.com/

label_names[]
array of strings

Add the contact to lists within your team's Apollo account. If your entry does not match the name of a list within your account, Apollo automatically creates a new list.

Lists enable your team to consolidate related contacts and accounts so you can more easily prospect and engage them. When in the Apollo product (not API), users can use lists as a search filter, add lists to a sequence to automate outreach, and add lists to workflows for task scheduling and sequence maintenance.

Examples: 2024 big marketing conference attendees; inbound contact; smb clients

label_names[]
string

The Apollo ID for the contact stage to which you want to assign the contact. Call the List Contact Stages endpoint to retrieve a list of all the contact stage IDs available in your Apollo account.

If you do not specify the contact stage, Apollo automatically assigns the contact to a stage as determined by your team's Apollo account. To change the order of contact stages, launch the Apollo product and go to Settings > Objects > Contacts. Then, access the Triggers tab and change default stage for when a prospect is created.

Example: 6095a710bd01d100a506d4ae

string

The personal location for the contact. This can include a city, US state, and country.

Apollo matches the location you provide to the most applicable pre-defined location.

Examples: Atlanta, United States; Tokyo, Japan; Saint Petersburg, Russia

string

The primary phone number for the contact.

Apollo sanitizes phone numbers, so you can enter them in any format. The sanitized number can be viewed in the endpoint response.

Examples: 555-303-1234; +44 7911 123456

string

The work/office phone number for the contact.

This is a direct line to the contact at their employer, not the corporate headquarters phone number.

Apollo sanitizes phone numbers, so you can enter them in any format. The sanitized number can be viewed in the endpoint response.

Examples: 555-303-1234; +44 7911 123456

string

The mobile phone number for the contact.

Apollo sanitizes phone numbers, so you can enter them in any format. The sanitized number can be viewed in the endpoint response.

Examples: 555-303-1234; +44 7911 123456

string

The home phone number for the contact.

Apollo sanitizes phone numbers, so you can enter them in any format. The sanitized number can be viewed in the endpoint response.

Examples: 555-303-1234; +44 7911 123456

string

An unknown type of phone number or an alternative phone number for the contact.

Apollo sanitizes phone numbers, so you can enter them in any format. The sanitized number can be viewed in the endpoint response.

Examples: 555-303-1234; +44 7911 123456

Responses

Language
Credentials