Form or event
HubSpot, GoHighLevel, scheduler, referral, or signed webhook.
The workflow sits behind your existing acquisition surfaces. It validates the payload, assembles context, applies qualification policy, writes the result, and logs the route.
A form, scheduler, CRM, or webhook sends the lead payload. Required fields, signature, source, and payload shape are validated before processing.
The workflow retrieves only the CRM, campaign, firmographic, and engagement fields approved for the qualification use case.
Deterministic exclusions run first. The LLM evaluates contextual evidence against a structured rubric and returns constrained JSON.
Score, tier, reasons, confidence, open questions, and a readable qualification note are written to mapped properties.
n8n creates the task, sends the notification, moves the lifecycle stage, starts nurture, or opens a human-review item.
Each system does the job it is best suited to do. The CRM owns the record. n8n owns orchestration. The model interprets bounded context.
HubSpot, GoHighLevel, scheduler, referral, or signed webhook.
Validates the payload, deduplicates the event, and retrieves allowlisted context.
Applies hard exclusions first, then evaluates evidence against a structured rubric.
Routes low-confidence, strategic, or policy-sensitive decisions to human review.
Writes score, reasons, note, owner, stage, and an auditable routing status.
Every external call can fail. Arcqual defines what happens when data is missing, a provider is unavailable, or the model returns an invalid response.
Stop qualification, preserve the source event, and send the record to a named review path.
Retry with bounded backoff. If the service remains unavailable, alert the workflow owner without duplicating the lead.
Write the evidence and proposed outcome, but do not execute an irreversible route until a person approves it.
| Record | Why it matters | Typical location |
|---|---|---|
| Source payload ID | Connects the decision back to the original intake event | Workflow execution + CRM |
| Qualification policy version | Shows which thresholds and rubric produced the outcome | CRM property |
| Input source list | Explains which approved evidence was used | Execution log |
| Score, reasons, confidence | Makes the decision reviewable by operators | CRM fields + note |
| Route and status | Confirms the downstream action completed or needs attention | n8n + CRM task |
We will map the workflow around your intake source, CRM objects, ownership rules, and approved model provider.