What can you do with it?
Manage IT service workflows with the ServiceNow platform, including creating and updating incidents, retrieving incident details, and automating IT service management processes for efficient workflow operations.How to use it?
Basic Command Structure
Parameters
Required:action
- The operation to perform (get-incident, create-incident, update-incident)
sys-id
- ServiceNow system ID for the incidentincident-number
- Incident number for referencepriority
- Incident priority levelcategory
- Incident categoryassigned-to
- Person assigned to the incident
Tools
Get Incident
Retrieve details of a specific incident using its unique ID Parameters:sys-id
(required) - The ServiceNow system ID of the incident
Create Incident
Create a new incident in ServiceNow Parameters:short-description
(required) - Brief description of the incidentdescription
(required) - Detailed description of the incidentcaller-id
(required) - Person reporting the incidentpriority
(required) - Priority level (1 - Critical, 2 - High, 3 - Moderate, 4 - Low)category
(optional) - Incident category
Update Incident
Update details of an existing incident in ServiceNow Parameters:sys-id
(required) - The ServiceNow system ID of the incident to updatestate
(optional) - New state of the incident (New, In Progress, Resolved, Closed)assigned-to
(optional) - Person to assign the incident towork-notes
(optional) - Work notes to add to the incidentpriority
(optional) - New priority level