Back to ServiceNow Integrations
Handler · Version 2

ServiceNow Incident Create ServiceNow

Download GitHub

About

This handler allows you to create a new incident for service now.

Info

The server field is for your instance of service now. It is whatever subdomain you belong to i.e. server.service-now.com

Configurations
Name Description Sample
username Username/Email of target user.
password Password of the user. *********
server The subdomain of service now the server belongs to (ie. https://{server}.service-now.com).
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Category Category of the incident to be created (By Menu) Hardaware
Short Description The description of the incident to be created. Overheating CPU
Impact Level The priority level of the incident to be created. (By Menu) 1 - High
Urgency Level The urgency level of the incident to be created. (By Menu) 1 - High
Contact Type Form of reporting the incident Email
Caller Id The id of the caller <%=@results['servicenow_retrieve_sys_user_v1_1']['sys_id']%>
Location Usually the caller's location <%=@results['servicenow_retrieve_sys_user_v1_1']['location']%>
Configuration Item Id Configuration Item Id 00a96c0d3790200044e0bfc8bcbe5db4
Assignment Group Id The id of a group to assign this incident to 5d000ca93790200044e0bfc8bcbe5d8c
Assigned To Id The id of a person to assign this to 04a9a80d3790200044e0bfc8bcbe5d1b
Results
Name Description
Incident Number Number of the incident that was created
System Id sys_id of the incident that was created
Changelog

ServiceNow Incident Create V2 (2015-07-22)

  • Moving from the Service Now JSON Web Service (no longer supported) to the REST API.

ServiceNow Incident Create v1 (2013-07-26)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top