Create ServiceNow Incident
- Last Updated: April 2, 2026
- 3 minute read
- WhatsUp Gold
- Version 2026
The ServiceNow Incident Creation action generates a support ticket from WhatsUp Gold using valid ServiceNow account credentials.
Configure the following:
- Name. Enter a unique name for the action. This name displays in the Actions Library.
- Description. Enter a short description about the action. This description displays next to the action in the Actions Library.
- ServiceNow URL. Enter the address for your ServiceNow cloud or on-premise server.
- ServiceNow Username. Enter a valid ServiceNow account username.
- ServiceNow Password. Enter the corresponding ServiceNow
account password.Note: We recommend setting up a dedicated ServiceNow user account for WhatsUp Gold to use so support tickets generated as a result of this action will be easily identifiable in your support ticket tracking user interface.
Active and Passive Monitors
Configure the following:
- Incident Short Description. Populate this field with the basic reason for incident generation. Please note, this configuration field supports the use of percent variables and is populated by default upon initial configuration of a new action with relevant data using applicable percent variables, though it can be modified if needed.
- Incident Description. Populate this field with the salient content you want to include with the incident record. This configuration field also supports the use of percent variables and is populated by default with relevant data.
- Add Incident Link. Enable this option to create a hyperlink under the applicable device properties and device status dashboard pointing to the incident record.
- Additional incident settings (JSON format). Populate this
field with JSON code to make specific ServiceNow incident fields required.
Example: If your organization requires new ServiceNow incidents to be created
with impact and priority set at creation time, the Additional incident settings
field would include the following:
{ "impact":"1", "priority":"2" }Please note, the value of1for impact and2for priority are only examples. Consult your ServiceNow administrator for values applicable to your specific needs.
Tip: Within the Incident Short
Description, Incident Description, and
Additional incident settings fields, you can use the
respective System, Device, and/or
Monitor dropdown menus within the dialog to automatically
insert supported variables in to each
field.
Alert Center
Configure the following:
- Incident Short Description. Populate this field with the basic reason for incident generation. Please note, this configuration field supports the use of percent variables and is populated by default upon initial configuration of a new action with relevant data using applicable percent variables, though it can be modified if needed.
- Incident Description. Populate this field with the salient content you want to include with the incident record. This configuration field also supports the use of percent variables and is populated by default with relevant data.
- Format. Enter a text message. Ensure the desired format, Plain Text or HTML is selected.
- Additional incident settings (JSON format). Populate
this field with JSON code to make specific ServiceNow incident fields
required. Example: If your organization requires new ServiceNow incidents to
be created with impact and priority set at creation time, the Additional
incident settings field would include the following:
{ "impact":"1", "priority":"2" }Please note, the value of1for impact and2for priority are only examples. Consult your ServiceNow administrator for values applicable to your specific needs.
Important: Use the Alert Center dropdown menus within
the dialog to automatically insert supported variables into the Subject and Message body fields.