Reltio Connect

 View Only
Expand all | Collapse all

Address Cleanse out of Reltio

  • 1.  Address Cleanse out of Reltio

    Posted 06-03-2022 13:31
    Hello,

    As we all know that Loqate is a Address Cleanser engine in Reltio which is embedded.
    Can we also invoke/integrate the same Loqate service  in Salesforce and other Applications that are integrated with Reltio.  Our intention is to replicate unique Address Cleanse process (that Support invoke Loqate cloud Service) like Reltio.

    Thanks.

    ------------------------------
    S Kumar
    Bangalore
    ------------------------------


  • 2.  RE: Address Cleanse out of Reltio

    Founding Member
    Posted 06-03-2022 14:03

    Hi Kumar,

    Yes, you can use the cleanse API from Reltio.  This is not a direct API to Loqate, it is an API from Reltio which inturn gives you the cleansed address. 


    If you are invoking it from other application,  it would still be counted against your API entitlements .

    Thank you.  



    ------------------------------
    Gowthamprabhu Sivaraj
    AstraZeneca
    ------------------------------



  • 3.  RE: Address Cleanse out of Reltio

    Posted 06-07-2022 08:33
    Hi Gowtham,

    Thanks for the information and it's much helpful.  I wanted to extend my require little more detail here.
    we need to cleanse the address during entry in Salesforce on-the-fly  ( just like Address cleanse process in Reltio platform), and we wonder the amount of effort to build a framework in order to integrate Reltio Cleanse API with salesforce to achieve it.  Please let us know your suggestions and thoughts to move on. 

    Thanks,
    S kumar

    ------------------------------
    S Kumar
    Bangalore
    ------------------------------



  • 4.  RE: Address Cleanse out of Reltio

    Reltio Employee
    Posted 06-08-2022 10:06

    Kumar,
      There would be effort in either building a process which interjects the SFDC save flow, or doing it asyncronously to the save in SFDC to make the cleanse call to Reltio, but it would not be significant.  You would want to establish some governance processes around how you persist the cleansed address.  Do you overwrite the source data?  Do you offer it as part of the account creation flow in SFDC and return it as a recommendation for the user?  This is where the majority of your work effort would be.  The actual cleanse call it is a single REST API call to Reltio and very little work to call.

    To your points above about leveraging this with connected applications, I would like to reiterate that your Reltio license allows you to leverage the cleanser even in applications that are not currently sending or receiving data from Reltio.  So while SFDC can be your start, think BIG about Reltio could help you improve your address data across the enterprise!



    ------------------------------
    Mike Frasca
    ------------------------------



  • 5.  RE: Address Cleanse out of Reltio

    Posted 06-08-2022 11:35
    Hi Mike,

    your suggestions are much helpful. I will bring up your points to our business to decide best approach. Thank you

    ------------------------------
    S Kumar
    Bangalore
    ------------------------------



  • 6.  RE: Address Cleanse out of Reltio

    Posted 06-16-2022 07:46
    Hi Mike/ Gowtham,

    As a follow-up, We are wondering to use Reltio Cleanse API / Loqate API (with loqate license key provided by Reltio). 
    And also leveraging Loqate API calls can bypass Reltio APIs which helps to reduce Reltio API calls.

    Please advice.

    Srujan

    ------------------------------
    S Kumar
    Bangalore
    ------------------------------



  • 7.  RE: Address Cleanse out of Reltio

    Posted 10-05-2022 05:11
    Hi Mike/ Gowtham,

    I have question related to this API Reltio Cleanse API / Loqate API

    does this created location entity as the api response id . Is it physically present it Reltio . Does it consume memory 

    Regards,
    Nitin Tugave


    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------



  • 8.  RE: Address Cleanse out of Reltio

    Founding Member
    Posted 10-05-2022 05:41
    Hi Nitin,
    You don't really need to create a location entity to get it cleansed. If you create as an Entity by using a POST Entity API call, it will invoke Loqate internally and store the cleansed address in the entity,

    However you can leverage the same API to just get the cleanse output rather than creating an entity ,

    The API will look something like this,

    POST {{tenantURL}}/entities/cleanse?type=default&returnUserData=true

    This won't create an entity in Reltio, however it gives back the cleansed address.

    ------------------------------
    Gowthamprabhu Sivaraj
    AstraZeneca
    ------------------------------



  • 9.  RE: Address Cleanse out of Reltio

    Posted 10-05-2022 05:52
    Hi Gowthamprabhu ,

    Thanks for the information .  It is help full 

    Does Reltio provide swagger file to entity creation API ? If yes can you please share the link 

    Regards,
    Nitin Tugave


    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------



  • 10.  RE: Address Cleanse out of Reltio

    Founding Member
    Posted 10-05-2022 11:50
    Hi Nitin,

    Yes,  You can refer here - https://developer.reltio.com/private/swagger.htm?module=Data%20Ingestion#/Entities

    ------------------------------
    Gowthamprabhu Sivaraj
    AstraZeneca
    ------------------------------



  • 11.  RE: Address Cleanse out of Reltio

    Posted 10-07-2022 02:59
    Hi Gowthamprabhu  ,

    Thanks for sharing this link . but it does not have option to download the yaml file 
    as we need to share it to third party tool using it they will be doing integration to reltio .


    regards,
    Nitin Tugave


    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------