- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2019 10:20 PM
Hi There,
I am working on integrating the Service Now for creating the tickets on behalf of our customers.
Our System will create lots of tickets, so, we cannot depend on the REST API which will create one ticket at a time.
I want to know how can I create multiple (bulk) of tickets with single REST API request.
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2019 12:12 PM
You can create scripted REST API which accepts an array of objects, then you can loop through the objects and create requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2019 12:12 PM
You can create scripted REST API which accepts an array of objects, then you can loop through the objects and create requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2022 10:45 AM
Do you mean write a script that generates a list of event and doing an HTTP POST on /now/table/{tableName} for each record ?
If so that does not answer the question. I am also looking for an endpoint that can receive a list of incident to create at one, since the current /now/table/{tableName} endpoint is not scalable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2019 07:51 PM
Hi,
If you are interested in a 3rd party we at Perspectium can do this.
Here is some info if you are interested.