Data import from Flexera
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 03:04 AM
Hi All,
We have done integration with Flexera from service now to import server data. Currently we have scheduled job in service now and we need to run scheduled job daily .Is it possible to import data when data is triggered from flexera and we should not wait for the scheduled job to run to import that data.
Please share your suggestions with me .
Thanks in advance.
#ITOM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 03:55 AM
@_bhishek You can create "Scripted Rest API" in servicenow and trigger that when the data is changed on flexera.
In scripted rest api you can intern call the flexera api without waiting for the scheduled job.
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 01:21 AM
Hello Jaheer,
Thanks for your response .Could you please share this solution in detail. I am new to service now integrations.
Thanks