Blue PrismCreate a Web API Service using POST /api/v1/payload-analyzer/transform, X-Api-Key header, and a JSON body containing sourcePlatform=blueprism and rawPayload.
UiPathUse HTTP Request activity from Orchestrator/Studio. Set method POST, content type application/json, and pass sourcePlatform=uipath with job, queue, and robot metadata.
Automation AnywhereUse REST Web Service package. Send bot execution data as rawPayload with sourcePlatform=automationanywhere. Store profileId after first mapping approval.
n8nUse the HTTP Request node at the end of a workflow. Send workflowId, workflowName, executionId, status, startedAt, stoppedAt, and item counts.
TinesUse an HTTP Request action. Send story_id, story_name, run_id, status, started_at, finished_at, actions_run, and errors.