Docs

Bulk Create Contacts

Creates multiple new contacts in Apollo.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
array of objectrequired

Array of contact objects to create (maximum 100 contacts per request)

string

Contact's first name

string

Contact's last name

string

Contact's email address

string

Contact's job title

string

Primary job title (takes precedence over title)

string

Company/organization name

string

Phone number

string

Physical address

string

LinkedIn profile URL

string

Facebook profile URL

string

Twitter profile URL

string

Profile photo URL

string

Associated account ID

string

Associated organization ID

string

Contact owner user ID (defaults to current user if not provided)

string

Contact stage ID

string

Salesforce ID for matching and deduplication

string

HubSpot ID for matching and deduplication

string

Salesforce Lead ID

string

Salesforce Contact ID for matching

string

Salesforce Account ID

string

Outreach.io ID

string

SalesLoft ID

string

Phone validation status

object

Custom field values as key-value pairs where key is the field_id and value is the field_value

array of object

Array of email objects with position

string
number
array of object

Array of phone number objects

string
number
array of string

Array of contact role type IDs

array of string

Array of label names to add to the contact

boolean

Enable full deduplication across all sources. When false (default), creates duplicates for non-email_import sources and merges with email_import placeholders only. When true, returns existing contacts without modifying them (except email_import placeholders which are still merged). Matches by email, CRM IDs, or name + organization

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.