Batch Dispatch recipes for near real-time synchronization from Reltio to Salesforce
Learn about the near-real-time recipes to synchronize data from Reltio to Salesforce.
SFDC | TRG | SQS Batch Sync from Reltio to Salesforce
This recipe is used to trigger the batch sync process. The trigger checks the queue and poll event messages every 5 minutes (minimum delay).
The SQS batch size is 100-150 messages per trigger event and automatically deletes messages. It uses a single SQS queue per tenant to simplify configuration complexity.
SFDC | PROC | Batch Delete Process for Salesforce Object
This recipe is used to delete Salesforce object in batch. This recipe is using the a custom REST call to delete 200 records per batch.
SFDC | PROC | Batch Upsert Process for Salesforce Objects (Parent Account ID, Contact Account ID, Contact, Account)
This recipe is used to update an object record with the same identifier that exists in Salesforce or insert a new one if it does not find a matching record.
SFDC | SYS | Check Entity SFDC Crosswalk And Update Original List
This recipe is used to check whether an entity in Reltio has a corresponding Salesforce crosswalk and update the crosswalk list.