AlphaAlpha Docs

Leads

Capture, track, and qualify leads through the CRM sales pipeline

Leads

Leads are the entry point of your sales pipeline. They represent potential customers who have shown interest through a web form, direct contact, or other channel.

Lead Lifecycle

Every lead follows a status progression from initial capture through to qualification or rejection.

stateDiagram-v2
    [*] --> NEW : Lead captured
    NEW --> CONTACTED : First outreach
    CONTACTED --> QUALIFIED : Meets criteria
    CONTACTED --> UNQUALIFIED : Does not fit
    NEW --> UNQUALIFIED : Rejected early
    QUALIFIED --> [*] : Creates Customer + Opportunity

Lead Statuses

StatusDescription
NEWJust captured, no outreach yet
CONTACTEDAt least one contact attempt has been made
QUALIFIEDConfirmed as a viable prospect -- ready for conversion
UNQUALIFIEDDoes not meet criteria or is not a good fit

Lead Sources

Leads can arrive from multiple channels. The source is recorded automatically for API-submitted leads and manually for others.

Source TypeHow it works
Website ContactSubmitted via the public lead capture API (WEBSITE_CONTACT)
Website DownloadSubmitted via the download request endpoint (WEBSITE_DOWNLOAD)
Manual EntryCreated directly in the CRM by a team member
Custom SourcesConfigured in CRM Settings (e.g. "Trade Show", "Referral", "LinkedIn")

Lead Fields

FieldDescription
First Name / Last NameContact name (required)
EmailContact email (required)
PhonePhone number
Company NameOrganization name (B2B)
Company WebsiteOrganization URL
IndustryBusiness sector
InterestWhat the contact is interested in
MessageFree-form notes from the contact
SourceHow this lead was captured
OwnerTeam member responsible for follow-up
StatusCurrent lifecycle status
UTM ParametersCampaign tracking data (source, medium, campaign, content, term)

The leads overview table supports filtering by:

  • Status -- filter by NEW, CONTACTED, QUALIFIED, or UNQUALIFIED
  • Source -- filter by lead source
  • Owner -- filter by assigned team member
  • Date range -- filter by creation date
  • Search -- free-text search across name, email, and company

Sections

On this page