Pulling data into Servicenow from a third party
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2017 08:33 AM
Hi All,
I need to pull data from a third party website into ServiceNow, what is the best method to complete this?
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2017 07:46 AM
Unfortunately.....that depends on who wrote the code. I would assume you have a set of requirements regarding what data needs to be collected?
If they don't have published API reference documentation, you will have to ask them for clarity regarding the endpoints you will be hitting. Is the collection of this information to be scheduled or is this a one time collection/import?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2017 07:52 AM
You can see list of attributes (fields) are coming in SOAP response, you can figure out what value do you need to extract from there and then transform in SN Table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2017 08:30 AM
ok. Thanks! and once I pull the data into servicenow, what's next? do I query the data somewhere if so. Where does the data get queried?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2017 08:49 AM
I believe you need to write the code to fetch the values form xml tags and then insert/update the values in SN Table.