Skip to main content

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.

ParameterDescription
Agent IDDropdown populated from your Adjudon agents
Input TextThe prompt or input the AI received
System PromptOptional system prompt
Output TextThe AI's response
Output ActionAction type (e.g. llm_response, tool_call)
ConfidenceOverride confidence score (0–1). Leave empty for automatic scoring.
RationaleOptional explanation
MetadataJSON object with additional context
Fail OpenIf 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 rejected
  • trace.blocked — A trace was blocked by policy
  • trace.flagged — A trace was flagged for review
  • policy.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:

FieldTypeDescription
approvedbooleanTrue if status is approved
flaggedbooleanTrue if status is flagged
blockedbooleanTrue if status is blocked
trace_idstringAdjudon trace ID
confidencenumber0.0 to 1.0
statusstringFull 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.