Artisan IMG > Reltio (reltio) (cd5d1732-2561-4408-bc77-ff950163e110)
Artisan IMG > Reltio (reltio) (cd5d1732-2561-4408-bc77-ff950163e110)

Reltio
1.0

Reltio are a multi-domain cloud MDM platform to provide insights to enterprises.

Overview
Copy

Reltio is a cloud-native, multi-tenant, multi-domain MDM platform that delivers data and relevant insights that provide companies with efficiency.

API INFO: The Base URL used for the reltio connector is {{YourTenantURL}}. More information can be found on their main API documentation (v1.0) site.

Authentication
Copy

IMPORTANT!: To authenticate with the Reltio connector, you must have a tenant URL provided by Reltio. This will make the basis of your Base URL and can be either your development, test or production environment.

Within the builder, click on the Reltio connector to display the connector properties panel. Select the 'Authentication' tab and click on the 'New authentication' button.

In the Tray.io authentication pop-up modal name the authentication in a way that will easily identify it within a potentially large list. For example whether it is a Sandbox or Production auth, etc.

Consider who/ how many people will need access to this authentication when choosing where to create this authentication ('Personal' or 'Organisational').

The second page asks you for your Reltio 'Token', 'Username', 'Password' and 'Tenant URL' credentials.

Once you have added these fields to your Tray.io authentication pop-up window, click the 'Create authentication' button.

Your connector authentication setup should now be complete.

Available Operations
Copy

Please see the Full Operations Reference at the end of this page for details on all available operations for this connector.

Using the Raw HTTP Request ('Universal Operation')
Copy

As of version 1.0, you can effectively create your own operations.

This is a very powerful feature which you can put to use when there is an endpoint in Reltio which is not used by any of our operations.

To use this you will first of all need to research the endpoint in the Reltio API documentation v1.0, to find the exact format that Reltio will be expecting the endpoint to be passed in.

Note that you will only need to add the suffix to the endpoint, as the base URL will be automatically set (the base URL is picked up from the value you entered when you created your authentication).

The base URL for Reltio is: {{YourTenantURL}}

For example, say that the 'List entities' operation did not exist in our Reltio connector, and you wanted to use this endpoint. You would use the Reltio API docs to find the relevant endpoint - which in this case is a GET request called: /entities

More details about this endpoint can be found here.

In the documentation you will see there is also the option to include a query parameter, should you wish to do so. So if you know what your method, endpoint and details of your query parameters are, you can get the list of entities with the following settings:

Method: GET

Endpoint: /entities

Query Parameter: Key: order Value: asc

Final outcome being: {{YourTenantURL}}/entities?order=asc

BEST PRACTICES: Whenever you do decide to create your own workflow, be sure to check out some of our key articles such as: