Skip to main content

Convert to contact

What this page is — the rules that turn a qualifying lead into a contact.

What it is for — promoting someone from "might buy" to "we have a relationship", automatically, when they reach a status that means it.

The problem it solves — leads are transient and contacts persist. Without conversion, the person stays a lead forever and the relationship has no permanent record. This page also covers the Run action, which applies the rules retroactively and can create hundreds of contacts in one click.

Route: /org/marketing/leads/settings?tab=rules&rule=convert-contact Permission: Manage Conversion Rules for Lead to Contact or Deal — correctly enforced, unlike scoring and assignment

Figure 1 — Contact conversion rules, with the retroactive Run action.

1. What conversion means​

A lead becomes a contact when the relationship outlives the enquiry. The lead record stays — it is marked converted and linked to what it produced.

LeadContact
LifespanEnds at conversion or lossPersists
Has a pipelineYesNo
Has a scoreYesNo
GroupsNoYes

2. The three conversion families​

FamilyProducesPage
Convert to ContactA contactthis page
Convert to DealA deal, and its contactConvert to deal
Add to VOX BacklogAn outbound-call backlog itemVox backlog

All three enforce Manage Conversion Rules for Lead to Contact or Deal on every write and on Run.


3. What a rule is​

PartMeaning
NameFor humans
ConditionsField / operator / value, the same shape as scoring
TriggerTypically a status change into a converted status
ActiveA toggle

4. The Run action​

Run applies the rules to leads that match now, retroactively.

Run is a bulk write with no preview and no summary

It creates contacts for every currently-matching lead. There is no dry run, no count beforehand, and no report of what it did afterwards — the screen simply completes.

On a project with hundreds of qualifying leads this creates hundreds of contacts in one action. Narrow the rule's conditions and verify against a handful of leads before running it.


5. What conversion writes​

Field on the new contactFrom the lead
First and last namefirst_name / last_name, or split from full_name
Email, phone, mobileemail, phone, alternate_phone
Company, job titlecompany_name, job_title
Address, city, state, country, postcodeThe lead's address block
OwnerThe lead's owner
Link back to the leadSet automatically
Lifecycle stagecustomer — or opportunity if a deal is created too
An existing contact with the same email is reused

Conversion looks the email up in the project first. If a contact exists it is linked rather than duplicated, so converting the same lead twice does not produce two contacts.

The lookup ignores case and surrounding spaces, so a differently-capitalised address still matches. See contacts.


6. The admin contract​

NeedsOr
Manage Conversion Rules for Lead to Contact or DealRules render but every save fails
A converted status to trigger onRules never fire automatically
Contacts enabled for the orgConversion has nowhere to write
The rules are visible to users who cannot save them

The Rules section is shown regardless of permissions, so a user without manage_conversion sees the rule editors in full and is refused when they save. See the hub section 3.


7. Downstream​

A converted lead is marked converted, linked to its contact, and moved to the target status. The contact appears in the contacts list and can be added to groups.


8. Don't confuse this with…​

ThisNot this
A conversion ruleThe Convert button on the lead record
RunA bulk action on the leads list
A contactA Storefront customer

9. Troubleshooting​

SymptomCause
Rules save with an errorMissing manage_conversion. Section 6
Rules never fireNo status change triggers them. Section 3
Run produced far more contacts than expectedConditions too broad. Section 4
A duplicate contact appearedCase-sensitive email lookup. Section 5