No-Code Integrations (n8n, Zapier, Make.com)
Use Adjudon in automation workflows without writing code.
n8n
Package: n8n-nodes-adjudon
Install: In n8n, go to Settings → Community Nodes → Install and enter n8n-nodes-adjudon.
Adjudon node (Action)
Sends a trace to Adjudon. Has three output connectors: Approved, Flagged, and Blocked.
| Parameter | Description |
|---|---|
| Agent ID | Dropdown populated from your Adjudon agents |
| Input Text | The prompt or input the AI received |
| System Prompt | Optional system prompt |
| Output Text | The AI's response |
| Output Action | Action type (e.g. llm_response, tool_call) |
| Confidence | Override confidence score (0–1). Leave empty for automatic scoring. |
| Rationale | Optional explanation |
| Metadata | JSON object with additional context |
| Fail Open | If enabled (default), Adjudon errors route to the Approved output with passthrough status |
Use the output connectors to build separate branches for approved, flagged, and blocked decisions — for example, sending flagged decisions to a Slack channel for human review.
Adjudon Trigger node
Fires when a review decision is made or a trace event occurs.
Events:
review.completed— A review item was approved or rejectedtrace.blocked— A trace was blocked by policytrace.flagged— A trace was flagged for reviewpolicy.violated— A policy rule was triggered
Optional: Filter by Agent ID to receive events for a specific agent only.
Zapier
App name: Adjudon (available on Zapier marketplace)
Connection: Requires API Key, Agent ID, and Base URL (default: https://api.adjudon.com).
Send AI Trace (Action)
Creates a trace and returns the result. Output fields:
| Field | Type | Description |
|---|---|---|
approved | boolean | True if status is approved |
flagged | boolean | True if status is flagged |
blocked | boolean | True if status is blocked |
trace_id | string | Adjudon trace ID |
confidence | number | 0.0 to 1.0 |
status | string | Full status string |
Use the boolean fields to add Filter steps in your Zap — for example, stop the Zap if blocked is true.
New Review Decision (Trigger)
Fires when a review decision is made in Adjudon. Uses webhooks for instant delivery with a 5-minute polling fallback.
Make.com
App name: Adjudon (available in the Make.com app directory)
Connection: API Key connection with Agent ID and Base URL fields.
Send AI Trace (Action)
Same fields as Zapier. Returns boolean outputs (approved, flagged, blocked) for use in Make's Router module.
Agent ID field: Dynamically populated from your Adjudon agents via the API — no manual ID entry needed.
Watch Review Decisions (Instant Trigger)
Webhook-based — fires immediately when a review decision is recorded. Configure events (all events or specific types) and optionally filter by Agent ID.