UiPath · JSON Structure

Orchestrator Webhook Event Type Structure

An available event type that can be subscribed to via webhooks

Type: object Properties: 2
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

WebhookEventType is a JSON Structure definition published by UiPath, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name EventType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/orchestrator-webhook-event-type-structure.json",
  "name": "WebhookEventType",
  "description": "An available event type that can be subscribed to via webhooks",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "Human-readable display name of the event type",
      "example": "Example Name"
    },
    "EventType": {
      "type": "string",
      "description": "Machine-readable event type identifier (e.g., job.faulted, queueItem.transactionCompleted)",
      "example": "Standard"
    }
  }
}