Docs

Bulk Update Contacts

Updates multiple existing contacts in Apollo.

PUT

Query

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

Comma-separated response fields to include.

Body

Arguments
array of string

Array of contact IDs to update with the same values. Use this for applying the same updates to multiple contacts.

array of object

Array of contact objects with individual updates. Use this for applying different updates to each contact.

stringrequired

The contact ID to update

string

The contact's first name

string

The contact's last name

string

The contact's email address

string

The contact's job title

string

The contact's organization name

string

The Apollo user ID to assign as owner

string

The Apollo account ID to associate with the contact

string

The contact's location

string

The contact's LinkedIn profile URL

object

Custom field values as key-value pairs

string

When using contact_ids, apply this owner to all contacts

string

When using contact_ids, apply this email to all contacts

string

When using contact_ids, apply this organization name to all contacts

string

When using contact_ids, apply this title to all contacts

string

When using contact_ids, apply this first name to all contacts

string

When using contact_ids, apply this last name to all contacts

string

When using contact_ids, apply this account ID to all contacts

string

When using contact_ids, apply this address to all contacts

string

When using contact_ids, apply this LinkedIn URL to all contacts

object

When using contact_ids, apply these custom fields to all contacts

boolean

Force asynchronous processing. Automatically enabled for >100 contacts.

array of string

Specific contact IDs to return in the response (for performance)

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.