Optional callback configuration for receiving execution status notifications at a webhook endpoint when the deployment completes or fails.
RPARobotic Process AutomationIntelligent AutomationAgentic Process AutomationAI AgentsWorkflow-AutomationDocument AutomationProcess OrchestrationEnterprise AutomationBots
Properties
Name
Type
Description
url
string
URL of the callback endpoint to notify upon completion
headers
object
Optional HTTP headers to include in the callback request
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CallbackInfo",
"title": "CallbackInfo",
"type": "object",
"description": "Optional callback configuration for receiving execution status notifications at a webhook endpoint when the deployment completes or fails.",
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "URL of the callback endpoint to notify upon completion"
},
"headers": {
"type": "object",
"description": "Optional HTTP headers to include in the callback request",
"additionalProperties": {
"type": "string"
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.