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.
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.