ServiceNow
Last updated
Last updated
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.
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.
Once your ServiceNow account is connected, you can add steps to perform the following actions:
Get Ticket by ID
Create Ticket
Update Ticket
You can also use the ServiceNow Request step to access any of ServiceNow's API endpoints without the authentication piece.
When creating or updating records in ServiceNow, you can reference data from previous steps by typing {{
to invoke the variable menu.