ServiceNow · Schema

ChannelInput

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformITSMProcessesT1Workflow-AutomationWorkflows

Properties

Name Type Description
name string Name of the contact method (can provide choice label or value, e.g., 'Virtual Agent' or 'virtual_agent')
View JSON Schema on GitHub

JSON Schema

trouble-ticket-channel-input-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the contact method (can provide choice label or value, e.g., 'Virtual Agent' or 'virtual_agent')",
      "example": "Example Title"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ChannelInput"
}