Setup Guide
Creating a ServiceNow Test Account
You can create a ServiceNow test account from the ServiceNow Developer Portal. In the ServiceNow Developer Portal, you can create a free developer instance by clicking the Request Instance button in the page header. To connect to ServiceNow, your users will need to provide an Instance URL, Username, and Password. You can find these values for your test account by going to the User Icon > Manage instance password.
Using the Paragon SDK for ServiceNow
Once your users have connected their ServiceNow account, you can use the Paragon SDK to access the ServiceNow API on behalf of connected users. See the ServiceNow REST API documentation for their full API reference. Any ServiceNow API endpoints can be accessed with the Paragon SDK as shown in this example.Building ServiceNow workflows
Once your ServiceNow account is connected, you can add steps to perform the following actions:- Create Ticket
- Update Ticket
- Get Tickets
- Get Ticket by ID
{{
to invoke the variable menu.
