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.
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“]
}
Response
200 Task #<id> has been created.