Accelerate the Value of Data

Configure Reltio Tenant Management

Learn how to configure Reltio Tenant for Integration with Salesforce.

Reltio platform must be configured to stream specific events to the previously created AWS SNS topic or SQS Queue. For more information about AWS SNS topic/SQS queue, see topic Prerequisites - AWS event streaming.
To configure Reltio tenant:
  1. In the Console, select Tenant Management.
  2. From the left navigation pane, select External queues.
  3. Select +Add configuration from the top of the page. You will see the Add Configuration page.
  4. From the Provider dropdown, select Amazon SNS/SQS.
  5. Enter the Key and Secret details. For more information on obtaining the key and secret details, see topic Prerequisites - AWS security configuration.
  6. In the Queue name field, enter the name of the topic or queue created in the AWS SNS or AWS SQS configuration. Alternatively, select the Use ARN checkbox to use the SNS/SQS ARN.
  7. From the Type dropdown, select SNS or SQS, based on your requirement.
  8. In the Region field, enter the region where the topic as created.
  9. From the Format dropdown, select JSON.
  10. In the Object filter field, enter the following code:
    in(type, "configuration/entityTypes/Organization,configuration/entityTypes/Individual,configuration/relationTypes/OrganizationIndividual,configuration/relationTypes/OrganizationAffiliation")
  11. From the Type filter dropdown, select the following types - ENTITY_CREATED, ENTITY_CHANGED, ENTITY_REMOVED, ENTITY_LOST_MERGE, RELATIONSHIP_CREATED, RELATIONSHIP_CHANGED, and RELATIONSHIP_REMOVED.
  12. Select the Transmit OV value checkbox.
  13. In the Payload type field, select Snapshot - selected fields.
  14. In the Event Payload fields dropdown, select the following options - all attributes, crosswalks, endObject, startObject, updateBy, createdBy, type, and uri.
  15. Select the Enable Streaming checkbox.
  16. Select Save to save the configuration.