LeadSail
Leads

Lead Statuses

Understanding the different lead statuses in LeadSail.

Lead Statuses

Leads move through 22 possible statuses that represent their lifecycle from submission to final outcome. Statuses are shared between leads and submissions.

Entry

StatusDescription
newLead was imported via CSV or created directly — not yet submitted for processing
pendingSubmitted to the qualification engine, waiting to be picked up
processingEngine is actively evaluating the lead

Qualification

StatusDescription
qualifiedPassed all qualification checks (DQ conditionals, required fields, field qualification)
disqualifiedFailed one or more qualification checks

Routing & Pre-Delivery

StatusDescription
queuedDelivery deferred because a cap was hit or the current time is outside the delivery schedule
pending_actionWaiting for a first submission action to complete (voice call, SMS, human review, or webhook)

Agent Interaction (In-Progress)

These statuses indicate ongoing contact attempts, typically from voice AI or SMS agents:

StatusDescription
no_answerCall attempt was not answered — will retry
voicemailVoicemail was left — will retry
contactedLead was reached but conversation is not yet resolved
scheduled_callbackLead requested a callback at a specific time

Agent Interaction (Terminal)

StatusDescription
no_contactAuto-dialer exhausted all configured attempts without reaching the lead

Documents

StatusDescription
pending_signatureA document requiring signature has been sent to the lead
document_sentA document not requiring signature has been sent
signedThe lead signed the document

Delivery

StatusDescription
deliveredLead was successfully posted to the client's endpoint
acceptedClient confirmed acceptance of the lead
duplicateClient reported the lead as a duplicate
failedDelivery attempt failed (endpoint returned an error or rejection)
errorSystem or technical error occurred during any processing phase

Terminal / Admin

StatusDescription
rejectedClient rejected the lead, or it was manually rejected by a user
dncLead is marked Do Not Contact

Status Transitions

Statuses generally flow forward through the lifecycle, but some transitions can move backward:

  • A queued lead re-enters processing when its schedule window opens or the cap resets
  • A no_answer or voicemail lead returns to the auto-dialer queue for retry
  • A delivered lead can be manually reposted, creating a new submission that starts at pending

Users can manually change a lead's status from the leads list (inline editing) or the lead detail page. Manual status changes do not trigger engine reprocessing.

Approval Workflow

When a campaign uses a human review first submission action, the lead enters pending_action with an approval object:

  • pending — Awaiting review
  • approved — Reviewer approved, processing continues
  • rejected — Reviewer rejected, lead is marked rejected

Approval can be done from the lead detail page or via the POST /api/v1/leads/{leadId}/approve API endpoint.

On this page