- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 04:50 PM
Hey I am still pretty new to Service Now. We currently have Scheduled Data Imports that run a Data Source which is a script that pulls the data from a source.
Is it possible to trigger that Data Import job versus just having it on a schedule? I am thinking of a POST API call that would trigger the job.
Thanks!
Solved! Go to Solution.
- Labels:
-
Finance Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 07:00 PM
If there's already a script, it can be called using Scripted REST API.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 05:27 PM
Hi Grant,
Something like what's written in the following article?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 06:09 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 07:00 PM
If there's already a script, it can be called using Scripted REST API.