UiPath · Arazzo Workflow
UiPath Register a Job Event Webhook
Version 1.0.0
Discover available event types, create a webhook, and confirm its registration.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
register-job-webhook
List event types, create a webhook, then confirm it exists.
Retrieves the available webhook event types, creates a webhook subscribed to the supplied events, and lists webhooks to verify the registration.
1
listEventTypes
getWebhookEventTypes
Retrieve the catalog of available webhook event types so the desired job events can be confirmed as supported before subscribing.
2
createWebhook
createWebhook
Create a webhook subscription pointing at the target URL and subscribed to the supplied event types.
3
confirmWebhook
listWebhooks
List webhooks filtered to the registered target URL to confirm the new subscription is present and enabled.