ServiceNow Component
Create records and incidents within ServiceNow
Component key: servicenowDescription
ServiceNow is platform that helps you manage digital workflows. The ServiceNow component gives you the ability to insert table records and incidents on the platform.
Connections
OAuth 2.0 Authorization Code
Basic Username/Password
Actions
Create Incident
Creates an Incident with the specified field names and values | key: createIncident
Create Table Record
Creates a record in the specified table with the specified field names and values | key: createTableRecord
Create User
Creates a User with the specified field names and values | key: createUser
Delete Incident
Delete an Incident | key: deleteIncident
Delete Table Record
Delete a record for a given ID in the specified Table | key: deleteTableRecord
Delete User
Deletes a User | key: deleteUser
Get Incident
Gets an Incident by ID | key: getIncident
Get Table Record
Get a record for a given ID in the specified Table | key: getTableRecord
Get User by Id
Gets a User by their Id | key: getUser
Get User by Username
Get a record for a given ID in the specified Table | key: getUserByUsername
List Incidents
Gets a list of all Incidents | key: listIncidents
List Table Records
Lists records in the specified table | key: listTableRecords
List Users
Gets a list of all Users | key: listUsers
Raw Request
Send Raw Request to Dropbox | key: rawRequest
Update Incident
Updates an Incident with the specified field names and values | key: updateIncident
Update Table Record
Updates a record in the specified table with the specified field names and values | key: updateTableRecord
Update User
Updates a User with the specified field names and values | key: updateUser