UiPath · Example Payload

Orchestrator Webhook Example

AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

Orchestrator Webhook Example is an example object payload from UiPath, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdUrlEnabledSecretSubscribeToAllEventsAllowInsecureSslEvents

Example Payload

Raw ↑
{
  "Id": 90,
  "Url": "https://cloud.uipath.com/example",
  "Enabled": true,
  "Secret": "example-value",
  "SubscribeToAllEvents": true,
  "AllowInsecureSsl": true,
  "Events": [
    "example-value"
  ]
}