Enable real-time synchronization
Learn how to enable real-time synchronization..
- Configure a new outbound message in Salesforce:
- New/Updated object (Real-time) trigger using Salesforce Flow:
- Log into your Salesforce organization
- Select Setup > Process Automation > Flows .
- Select New Flow to create a new Salesforce flow.
- In the setup wizard, select Record-Triggered Flow.
- Select Next.
- Select the same Salesforce object you have selected in the recipe. Contact in our case.
- In the Configure Trigger field, select A record is created or updated.
- In the Optimize the Flow for section, select Actions and Related Records.
- In the Flow Builder view click on the + icon and select Action
- In the Action setup view, select the Outbound Message option.
- Select the Outbound Message that you have configured earlier (in this case New/Updated Contact Outbound Message).
- Save the newly created flow, and in the Save the flow dialog box, enter the Flow Label and Flow API Name.
- Activate the flow in Flow Builder.
- Return to RIH and start the recipe. To test that the recipe is working, create updated an existing Contact. Check that the recipe picks up the trigger event immediately to verify that the Salesforce flow is working.
In case of using AWS SNS triggers, evaluate if you need to deal with large entities. If not, the SFDC | TRG | Real Time Sync from Reltio to Salesforce: Large Objects (Account and Contact)
recipe should not be activated.