LeadMove Docs
Pipelines

Deduplication

Catch the same person arriving twice in a pipeline, and decide whether those leads still go to buyers.

Open the pipeline canvas → Settings (gear) → Deduplication. You choose which fields identify a person, how far back to look, and what to do with a match.

A lead is a duplicate when any selected field matches an earlier lead in the same pipeline inside the window — the fields are OR'd, not AND'd. Pick email and phone to catch more: same email or same phone is enough.

The pipeline's Deduplication settings with both email and phone selected as matching fields, a 30-day window, and the action set to "Keep, don't send to buyers"; the Manual review and Forwarding switches sit underneath in the same panel.

SettingValuesDefault
FieldsYour contact fields — email, phone, or bothemail
Window (days)1 to 36530
If duplicate"Keep, don't send to buyers" / "Send to buyers anyway"Keep, don't send

Comparison happens on the normalized value, so a lowercase transform on email makes matching case-insensitive.

What happens to a duplicate

Either way, the lead is stored and flagged in the app — you always keep the trace, and the lead page links back to the original. The action only controls what happens next:

ActionResult
Keep, don't send to buyers (default)Status duplicate. Never distributed, never billed, and it does not count toward your plan's monthly lead quota.
Send to buyers anywayDistributed and billed like any other lead, still flagged as a duplicate for your reporting.

The supplier isn't told off either way: the posting URL still answers 200, with "duplicate": true in the body. Senders that treat a duplicate as a failure and retry are the main cause of duplicate storms — see the webhook reference.

CSV imports use the same rules, and additionally deduplicate rows against each other inside the file.

The other duplicate window

This setting is about your inventory. Each buyer has its own duplicate window (30 days by default): during distribution, a buyer is skipped if it already received a lead with the same email or phone inside that window — even when the lead is perfectly new to your pipeline. That's set per buyer, in buyer settings.

Common questions

Which fields should I select? email and phone together is the standard setup. Deduplication is built around the contact fields — that's what identifies a person across suppliers.

Am I billed for duplicates? Not under the default action: nothing is delivered, so nothing is billable, and they don't consume your monthly quota either.

Two suppliers sent me the same person. Which one wins? The first one to arrive. The second is flagged as the duplicate, with a link to the original — useful evidence when a supplier bills you for it.

Can I sell the same person again later? Yes. Once the window has passed, the lead is treated as new. A 30-day window on a 90-day sales cycle means you can resell at day 31.

Legitimate leads are being flagged. What do I change? Narrow the field list (phone-only households share numbers) or shorten the window. To check a specific case, open the lead — it shows which earlier lead it matched.

On this page