ServiceNow is a cloud-based platform that automates and streamlines IT and business workflows, enhancing efficiency and service delivery across an organization.
POST https:
//<replace_with_your_username>:<replace_with_your_password>@<replace_with_your_instance>.service-now.com/api/now/table/incident
Content-Type: application/json
{
"short_description"
:
"Elements Device Offline"
,
"description"
:
"{{context.trigger.eventTypeLocalized}}: {{context.trigger.device.name}}. This incident was created via a webhook."
,
"category"
:
"Software"
,
"subcategory"
:
"Application"
,
"priority"
:
"2"
,
"impact"
:
"2"
,
"urgency"
:
"2"
}
© 2025 Honeywell International Inc. All Rights Reserved.