Create your first automation in just a few minutes.Try Studio Web →
by YouTube
0
Snippet
158
Summary
Summary
Components to perform different actions on the ServiceNow platform using the REST API endpoints.
Overview
Overview
Provides an introduction on how to use ServiceNow API endpoints for UiPath automation. Not an exhaustive implementation, but should be considered more as a starting point and an example on how to use the HTTP Request activity to perform different actions on ServiceNow platform. API automation is faster at run-time compared with traditional UI automation, at the cost of additional learning required for the API endpoints methods and parameters.
Several components to perform different actions in ServiceNow application using the API:
Communication with ServiceNow application is done using the HTTP Request activity, found in the UiPath.WebAPI.Activities package. All requests are authenticated using HTTP Basic Authentication which is secure only when secure HTTP is used.
How to get a test environment for ServiceNow:
Signup for a ServiceNow account here.
Login to ServiceNow, after account is created.
Request a test instance. Note: the instance is deleted after 10 days of inactivity.
Login to your test instance.
Features
Features
Provides an introduction on how to use ServiceNow API endpoints for UiPath automation. API automation is faster at run-time compared with traditional UI automation, at the cost of additional learning required for the API endpoints methods and parameters.
Additional Information
Additional Information
Dependencies
UiPath.WebAPI.Activities
Code Language
Visual Basic
Technical
Version
1.0.0Updated
February 18, 2020Works with
UiPath Studio 2018.1 and up.
Certification
Silver Certified
Support
UiPath Community Support
Resources