Skip to content
Arcqual
How it works

From inbound submission to routed decision—in one traceable run.

The workflow sits behind your existing acquisition surfaces. It validates the payload, assembles context, applies qualification policy, writes the result, and logs the route.

01 / INGEST

Receive a trusted event

A form, scheduler, CRM, or webhook sends the lead payload. Required fields, signature, source, and payload shape are validated before processing.

ControlSchema validation + idempotency key
02 / ENRICH

Assemble approved context

The workflow retrieves only the CRM, campaign, firmographic, and engagement fields approved for the qualification use case.

ControlField allowlist + source trace
03 / DECIDE

Apply rules and bounded reasoning

Deterministic exclusions run first. The LLM evaluates contextual evidence against a structured rubric and returns constrained JSON.

ControlSchema-constrained model output
04 / WRITE

Update the CRM record

Score, tier, reasons, confidence, open questions, and a readable qualification note are written to mapped properties.

ControlField-level write map + audit data
05 / ROUTE

Execute the next approved action

n8n creates the task, sends the notification, moves the lifecycle stage, starts nurture, or opens a human-review item.

ControlExplicit branch + retry policy
Reference architecture

Small components. Clear responsibilities.

Each system does the job it is best suited to do. The CRM owns the record. n8n owns orchestration. The model interprets bounded context.

CRM remains system of recordNo secrets in model contextHuman review available
Failure behavior

A workflow should fail visibly, not improvise.

Every external call can fail. Arcqual defines what happens when data is missing, a provider is unavailable, or the model returns an invalid response.

Invalid or incomplete payload

Stop qualification, preserve the source event, and send the record to a named review path.

CRM or provider timeout

Retry with bounded backoff. If the service remains unavailable, alert the workflow owner without duplicating the lead.

Low-confidence decision

Write the evidence and proposed outcome, but do not execute an irreversible route until a person approves it.

Operating model

What your team can inspect after every run.

RecordWhy it mattersTypical location
Source payload IDConnects the decision back to the original intake eventWorkflow execution + CRM
Qualification policy versionShows which thresholds and rubric produced the outcomeCRM property
Input source listExplains which approved evidence was usedExecution log
Score, reasons, confidenceMakes the decision reviewable by operatorsCRM fields + note
Route and statusConfirms the downstream action completed or needs attentionn8n + CRM task
Your architecture

See the exact components, data paths, and review gates for your stack.

We will map the workflow around your intake source, CRM objects, ownership rules, and approved model provider.