REST API pull everything from website
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 08:45 AM
I am trying to pull an entire webpage into Servicenow using REST API's. It is proving difficult to find the right ones to use. Can anyone guide me in the right direction?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 12:31 PM
The use case is to take a communities website that is not servicenow related and transfer the entire thing into servicenow. Not just the KB's but everything. I know servicenow has its own communities plugin. That is where we want it to go. Is it possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 01:37 PM
Does this communities site have a REST API available? That would be a better option than trying to use ServiceNow to scrape the site.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2022 09:14 AM
They do have an api from another source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2022 09:18 AM
Do you think you can utilize that to retrieve the information that you need from the website?
If so, then in ServiceNow you can configure outbound REST API calls to collect the information and then populate a table (such as the KB table) in ServiceNow.