ServiceNow
ServiceNow is a cloud computing platform to help companies manage digital workflows for their operations.
!!! note "Credentials" You can find authentication information for this node here.
Basic operations
- Business Service
- Get All
- Configuration Items
- Get All
- Department
- Get All
- Dictionary
- Get All
- Incident
- Create
- Delete
- Get
- Get All
- Update
- Table Record
- Create
- Delete
- Get
- Get All
- Update
- User
- Create
- Delete
- Get
- Get All
- Update
- User Group
- Get All
- User Role
- Get All
Example usage
This workflow allows you to get the 50 most recent incidents and view only the desired fields. This example usage workflow uses the following nodes:
1. Start node
The start node exists by default when you create a new workflow.
2. ServiceNow node
- First enter credentials, you can find out how to do that here.
- Select Incident from the Resource dropdown.
- Select Get All from the Operation dropdown.
- Click Add Option and select Fields.
- Use the dropdown to select the fields you want to view, here we used
Close code
,Severity
,Sys ID
, andResolve time
. - Click on Execute Node to run the workflow.