Reltio Connect

 View Only
  • 1.  Reltio Data Load and Data Extract through IICS

    Posted 07-12-2021 05:46
    Hi All,

    We are trying to leverage REST V2 connectors on IICS to create connections between Reltio and IICS to push data into Reltio and extract data from Reltio.
    If anybody has done it, can you please give me a walkthrough of your code?

    Thanks,
    Sumeet


  • 2.  RE: Reltio Data Load and Data Extract through IICS

    Reltio Employee
    Posted 07-12-2021 12:09

    Sumeet,
       While we do not have specific IICS expertise within our Reltio team I can tell you that this should be doable connecting to our POST entity API for loading.  For extract, I would recommend if this is to be done in batch that your process triggers the export service and then monitors the S3 location or job status for when to grab the file from S3.  Once the export is complete, you can begin processing the file in batch vs something like a series of GET calls.  

    I am hoping one of our customers and partners may be able to give you more insight into the IICS specifics that are needed to connect to REST endpoints.