Accelerate the Value of Data

Synchronization from Reltio to Salesforce

Use this API to extract either one or all Reltio entity and relation types and synchronize them with Salesforce. The task helps you to synchronize data bulk from a Reltio tenant to Salesforce.

Loading Entity and Relation Types from Reltio to Salesforce

Use this API to load entity and relation types from Reltio to Salesforce, using the filter criteria provided in the Salesforce Connector mapping. Based on the filter criteria, they are extracted and synchronized with Salesforce.

Note: Entity types are synchronized before relation types.
If you specify an entity and relation type in the API request, then only the specified types are loaded in Salesforce. If you do not specify any entity and relation types, then all entity and relation types defined in the Salesforce Connector mapping are loaded in Salesforce. For more information, see Salesforce Mapping Use Cases.
Note: A total number of 50 million entity and relation types can be synchronized.

While synchronizing a relation, the start and end objects are checked for synchronization. If some of them are not yet synchronized, these objects are synchronized before processing the actual relation even if the start or end object (Reltio types) are not specified in task parameters.

Request

POST {{connectorUrl}}/tasks/<tenant>/<profile>/syncReltio[?email=<email to send notifications>]

Body

{
    “types“: [“configuration/entityTypes/Contact“, “configuration/relationTypes/Subsidiary“]
}
In this example, the Contact entity type and the Subsidiary relation type will be synchronized in Salesforce.
Note: To make sure that data is loaded correctly, you must declare the Contact entity type and the Subsidiary relation type in the Salesforce Connector mapping.

Response

200 Task #<id> has been created.