Skip to main content

Using Lead Status

Written by Semira K

Every contact in DmTracker has a Lead Status that tells you the sales outcome at a glance. This guide explains what each status means, how to change it, and how to use it alongside conversation status and pipeline stages for a complete view of your leads.

The Four Lead Statuses

Lead statuses are fixed — you cannot add, remove, or rename them. This keeps reporting consistent across your entire organization.

Open (Gray Badge)

What it means: This lead is still active and in progress. No final outcome has been determined yet.

Every new contact starts with the Open status by default. A contact stays Open as long as you are still working them, whether they are in the Outreach Sent stage or in Meeting Booked.

Won (Green Badge)

What it means: This lead converted successfully. The deal is done.

Mark a contact as Won when they have completed the desired action — purchased your product, signed up for your service, or whatever your conversion goal is. Won contacts stay in the pipeline for reporting purposes but are clearly marked as successes.

Lost (Red Badge)

What it means: This lead did not convert and the opportunity is closed.

Use Lost for leads who explicitly declined, chose a competitor, or otherwise ended the conversation without converting. This is different from Abandoned — Lost means the lead actively said no or the deal fell through.

Abandoned (Yellow Badge)

What it means: You chose to stop pursuing this lead.

Abandoned is for leads that went cold and you have decided not to follow up further. Maybe they stopped responding after multiple attempts, or you determined they were not a good fit. The key difference from Lost: Abandoned is your decision to stop, while Lost is the lead's decision not to convert.

Tip: Be intentional about the distinction between Lost and Abandoned. It matters for your reporting. If you want to measure your actual close rate, you need to know how many leads said no (Lost) versus how many you let go (Abandoned).

How to Change Lead Status

From the Contact Details Page

  1. Open the contact's details page by clicking their name

  2. Locate the Lead Status field in the contact info section

  3. Click the current status badge

  4. Select the new status from the dropdown

Using Smart Automations

You can also automate lead status changes based on pipeline stage changes. For example, you might set up a rule that automatically marks a contact as Won when they are moved to the Closed stage. See the Smart Automations guide for setup instructions.

Via the API

Update lead status programmatically using the API endpoint:

PATCH /api/v1/contact/contact-status

Provide the contact ID (or ManyChat ID) and the new status value (open, won, lost, or abandoned). You can also update the pipeline stage in the same call. API-triggered changes are recorded in the activity log as "via API." See the API Endpoints Reference for full details.

Lead Status vs. Conversation Status

DM Tracker has two separate status systems. Understanding the difference is important for filtering and reporting.

Conversation Status

Lead Status

Tracks

State of the DM conversation

Sales outcome

Examples

Replied, No Reply, New Message

Open, Won, Lost, Abandoned

Changes based on

Message activity

Sales decisions (manual or automated)

Filter name

Conversation Status

Lead Status

A contact can have any combination. For example, a contact might have a conversation status of "Replied" and a lead status of "Open" — meaning they responded to your message and you are still working the deal.

Tip: The filter previously labeled just "Status" has been renamed to Conversation Status to avoid confusion with the new Lead Status filter. The functionality has not changed, only the label.

Filtering by Lead Status

You can filter contacts by lead status across DmTracker:

  1. Click the Filter button in any contact list or the Pipeline view

  2. Select Lead Status from the filter options

  3. Choose one or more statuses: Open, Won, Lost, or Abandoned

  4. The view updates to show only contacts matching your selection

Combine lead status filters with other filters for powerful views. For example:

  • Lead Status: Open + Pipeline Stage: Interested — Focus on warm leads that have not converted yet

  • Lead Status: Won + Date range: This month — See this month's wins

  • Lead Status: Lost + Pipeline Stage: Meeting Booked — Analyze deals that fell through after a meeting was booked

Lead Status Badges on Contact Cards

Lead status badges appear in two places:

  • Pipeline Kanban cards — A small colored badge in the corner of each contact card

  • Contact details page — A prominent badge next to the contact name

The badge colors are consistent everywhere:

  • Gray for Open

  • Green for Won

  • Red for Lost

  • Yellow for Abandoned

These badges give your team instant visual feedback without needing to open each contact's details.

Best Practices

Keep Open contacts moving. A large number of Open contacts with no recent activity suggests leads that should be marked as Abandoned or re-engaged.

Review Lost and Abandoned regularly. These contacts are valuable learning opportunities. Look for patterns, are leads dropping off at a particular stage? That might indicate a process issue.

Use automations for consistency. If your team sometimes forgets to update lead status after moving a contact to a final stage, smart automations can handle it automatically. This keeps your data clean without extra effort.

Do not overthink Won vs. Lost vs. Abandoned. If a lead goes completely silent, mark them Abandoned after your follow-up sequence ends. Reserve Lost for leads who actively declined.

Related Articles

Did this answer your question?