Urgent: ServiceNow API integration with Blue prism Schedules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-01-22 08:58 AM
Could you please let us know how to do ?
------------------------------
yao li
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-01-22 04:43 PM
Please provide more information as I am uncertain as to what you are asking for.
However, if you look at the API documentation in ServiceNow (REST API | ServiceNow Developers) and find an API for what you are looking for, you can create a Web API in BluePrism to communicate with SNOW.
On the DX, there are several SNOW skills available. Although they are not specific to your need (I don't think), downloading one of them to see how it functions will give you a good jump on how to accomplish your goal.
jack
------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-01-22 04:50 PM
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-01-22 04:09 AM
I want to collect Blue Prism schedule information from ServiceNow with ServiceNow Rest API.
------------------------------
yao li
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-01-22 08:37 AM
I have two questions .
1.I'm not familiar with Blue Prism, I found Blue Prism API here(https://bpdocs.blueprism.com/bp-7-0/en-us/api-spec-7-0-1.html#tag/Schedules), I'm wandering if we can use those APIs to get Scheduler name, start time, sessions, and runtime resources infomation.
2.Is that possible to achieve the auto robot deployment if we send bprelease file from Servicenow to BluePrism? if so, how to do that?
------------------------------
yao li
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-01-22 01:43 PM
Hi @yaoli,
The REST API you've referenced above can be used to retrieve and update schedule details in a Blue Prism environment. However, this API is only available in Blue Prism v7 and later.
For v6, and earlier, environments you would have to go another route. There's a command line utility called AutomateC.exe that you could leverage through PowerShell or other means. It supports working with schedules. You can find more information about it here:
https://bpdocs.blueprism.com/bp-6-10/en-us/helpCommandLine.htm?Highlight=AutomateC
You could create a VBO that implements the schedule specific actions from AutomateC and then expose that VBO as a SOAP web service. Then you should be able to invoke that from ServiceNow.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-01-22 02:08 AM
------------------------------
yao li
------------------------------