cancel
Showing results for 
Search instead for 
Did you mean: 

Service now integration with blueprism

ramuramu
Level 3
Hi Team,

Could you please let us know how to integrate service now incident management with blueprism.

Thanks
Nischal


------------------------------
Nischal Reddy Yeduru
------------------------------
30 REPLIES 30

Hi Jack, 

Thanks for the clarification. 

I added the below URL in the web services url  where XXXXXX is replacing with my company name but none of the incidents came in the output. The outputs data items are empty.

https://XXXXXX.service-now.com/api/now/table/incident?[sysparm_query]&[name-value pairs]&[sysparm_display_value]&[sysparm_exclude_reference_link]&[sysparm_fields]&[sysparm_limit]&[sysparm_offset]&[sysparm_query_no_domain]&[sysparm_suppress_pagination_header]&[sysparm_view]

6060.png
Thanks
Nischal



------------------------------
Nischal Reddy Yeduru
------------------------------

Hi Nischal.

Just to be clear, the URL I'm talking about is within the Retrieve Incidents action.

6063.png

The Base URL for the action should look like this:
6064.png
When you bring the skill into your object, you should populate the parm (or you could create a data item) [ServiceNow Instance] created. Populate that with your "xxxxx.service-now.com" instance name.

6065.png


In the Outputs tab of the stage, make sure you are storing the returned values in some data item:
6066.png


------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------

Hi Jack,

Good Morning !!.

This is perfect answer and it worked. 

Could you please let me know when the new version of SKILL will be out from Blueprism !!

Thanks a lot for giving deep explanation in order to resolve the problem.

Thanks
Nischal

------------------------------
Nischal Reddy Yeduru
------------------------------

Hi Nischal.

I'm pleased that you have made good progress and resolved the issue and I was happy to help.

The updated skill is now available in the DX.

Good luck.

jack

------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------

Hi Jack,

A big thanks to your help. 

you are correct I am able to resolve my problem .

I have one last question regarding using multiple conditions in this SKILL. 

I am trying to use the below multiple conditions in the "name-value pairs". But is getting time out. Will the SKILL accept the multiple conditions like this ? I also tried the same thing in the sysparam_query but still faced the same issue. My internet speed is also very fast. no issues with net.

I have given 10000 as HTTP request connection timeout.

6087.png
Once again thanks for your wonderful support in this regard. 
thanks
nischal


------------------------------
Nischal Reddy Yeduru
------------------------------

Hi Nischal.

Are you familiar with the ServiceNow REST API Explorer? That is a great way to try different combinations of parameters. 

The skill should behave just as the API would if you access it via the REST API Explorer.

6096.png


------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------

Hi Jack,

Good Morning !!

Sorry for the late reply !!

Yes it is working exactly like the ServiceNow REST API Explorer !!

Thanks for the information.

I completed successfully my ServiceNow Automation.

Thanks for your help through out my automation. 

Have a good day !!

Thanks
Nischal


------------------------------
Nischal Reddy Yeduru
------------------------------

Hi Nischal.

I'm pleased to hear that you have your automation working. Well done.

jack

------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------

Hi Jack,

Thanks for the detailed description on how to use "ServiceNow incident management skill".

I tried following heh same steps for "ServiceNow Major Incident Management Skill" but it's giving me 401 authentication error.

Error message : "HTTP Response Content: {"error":{"message":"User Not Authenticated","detail":"Required to provide Auth information"},"status":"failure"}"

I already setup credentials which I am using for my ServiceNow instance.

Can you help me on this?

Thanks and Regards,

Archit



------------------------------
Hell Slay
------------------------------

Hi Archit.

To use Major Incident Management, you need to have one of these roles: admin, web_service_admin, or rest_api_explorer.  Do you? Also, did you try using the Rest API Explorer to see if you can access the API? This will confirm if you have the correct credentials. 

jack



------------------------------
Jack Look
Sr Product Consultant
Blue Prism
------------------------------