Newer Version Available

This content describes an older version of this product. View Latest

Datacloud Contact Import

Import records as contacts or leads.

When your Data.com Prospector or Data.com Clean contract expires, Data.com features, objects, and fields will be removed from your org.

To support customers’ needs around compliance and to remain a leader in trust and privacy, Salesforce removed all contact data from the Data.com service on February 1, 2021.

For more information, see Data.com Prospector and Clean Retirement.

Note

Resource
1/connect/datacloud/contact-imports
Available version
36.0
Requires Chatter
No
HTTP methods
POST
Request body for POST

The POST request can have contact IDs.

Root XML tag
<DatacloudContactImportInput>
JSON Example Add Contact
To add the records as contacts, include a parentAccountId.
1{
2   "datacloudContactIds": [ 10344600,42701050,45995423 ],
3   "parentAccountId":"09KR00000004C9rMAE"
4}
JSON Example Add Lead
Without a parentAccountId, the records are added as leads.
1{
2   "datacloudContactIds": [ 10344600,42701050,45995423 ]
3}
Properties
Name Type Description Required or Optional Available Version
datacloudContactIds String[] A list of the contactIds to import. There can be from 1 up to 200 contactIds in a comma-separated list. Requests with more than 200 contacts fail. Required 36.0
parentAccountId String The accountId for the selected account that is in your organization. Optional 36.0
Response body for POST
Datacloud Import