ServiceNow · Example Payload

Trouble Ticket Trouble Ticket Create Example

A sample description.

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

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

Top-level fields

namedescriptionseveritystatusticketTypechannelnoterelatedEntityrelatedParty

Example Payload

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