AsyncAPI channel · UiPath · UiPath Orchestrator Webhook Events

/{organizationName}/{tenantName}/orchestrator_/webhook

The channel through which UiPath Orchestrator delivers event notifications to registered webhook subscribers. All event types are delivered to the same configured URL. The event type is identified by the Type field in the payload envelope.

Provider: UiPath AsyncAPI: v2.6.0 Spec: UiPath Orchestrator Webhook Events Operations: 1 Messages: 16

Channel address

/{organizationName}/{tenantName}/orchestrator_/webhook

Parameters

Operations

publish
receiveOrchestratorEvent
Receive an Orchestrator webhook event

Messages

job.created
A new automation job was created in Orchestrator
Content-Type:
job.started
An automation job started executing
Content-Type:
job.completed
An automation job completed successfully
Content-Type:
job.faulted
An automation job encountered a fatal error
Content-Type:
job.stopped
An automation job was stopped by a user or system
Content-Type:
robot.connected
A robot connected to Orchestrator
Content-Type:
robot.disconnected
A robot disconnected from Orchestrator
Content-Type:
robot.deleted
A robot was deleted from Orchestrator
Content-Type:
queueItem.added
A new item was added to a queue
Content-Type:
queueItem.transactionStarted
A robot began processing a queue transaction item
Content-Type:
queueItem.transactionCompleted
A queue transaction item was successfully processed
Content-Type:
queueItem.transactionFailed
A queue transaction item processing failed
Content-Type:
queueItem.transactionAbandoned
A queue transaction item was abandoned without processing
Content-Type:
process.created
A new automation process was deployed to a folder
Content-Type:
process.updated
An automation process was updated
Content-Type:
process.deleted
An automation process was deleted
Content-Type:

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.