ServiceNow · Example Payload

Trouble Ticket Trouble Ticket Update Example

A sample description.

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

Trouble Ticket Trouble Ticket Update Example is an example object payload from ServiceNow, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionseveritystatuschannelnoterelatedEntityrelatedParty

Example Payload

Raw ↑
{
  "name": "Example Title",
  "description": "A sample description.",
  "severity": "1",
  "status": "example_value",
  "channel": {
    "name": "Example Title"
  },
  "note": [],
  "relatedEntity": [],
  "relatedParty": []
}