ServiceNow · Example Payload

Trouble Ticket Note Example

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

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

Top-level fields

@typetextdateauthor

Example Payload

Raw ↑
{
  "@type": "example_value",
  "text": "example_value",
  "date": "2026-01-15T10:30:00Z",
  "author": "example_value"
}