Is it possible to Import 3rd party data into CMDB using Flow Designer and using IRE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 01:20 PM
Is it possible to Import 3rd party data into CMDB using Flow Designer and that data should go through IRE engine?
If yes, can you please share the steps/details.
Thanks in advance!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 04:15 PM
Hi,
Yes it is possible, you can use flow designer to directly update a CMDB table (not recommended) or potentially to build a custom action with a script to leverage the IRE API. The latter at least ensures that data being written to the CMDB is less likely to create duplicates and saves you from trying to work out if a CI already exists within your flow.
What would be better though, would be to use the same mechanism as Service Graph connectors which is Integration Hub ETL, which natively use the Robust Transform Engine along with IRE
Cheers,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 09:05 AM
@David104 I am looking for details on this aprt only "build a custom action with a script to leverage the IRE API." - with more details like steps, which API etc 🙂
Please let me know if you have done it already or just gave an asnwer that technically it is possible.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 03:53 PM
Hi Suggy,
I have not built one out myself, but I have seen it used this way
The API to use is the Identification and Reconciliation API - https://docs.servicenow.com/bundle/washingtondc-api-reference/page/integrate/inbound-rest/concept/c_...
I can't help to much more in terms of steps, but at least using this API allows you to leverage the IRE with your updates.
Hope this helps a little bit
Cheers,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 06:54 AM
Why you want to use flow? better use IH ETL. It will call IRE and make sure all the best practices been followed.