Home › Glossary

B2B glossary: enrichment, email, phone, prospecting

The key concepts of B2B data and prospecting, explained simply. Every term is defined further down this page.

Enrichment & data

Data enrichment

Filling gaps in an incomplete contact or company record with verified data from external sources (email, phone, job title, company).

Data enrichment starts from partial information — a name and a company, a LinkedIn URL, an email — and finds the missing fields: professional email address, phone number, job title, company size and industry. It is the step that turns a raw prospect list into a file you can actually prospect.

Enrichment quality comes down to two things: coverage rate (how many contacts get data) and reliability (how much of that data is actually correct and current). Good enrichment verifies each data point rather than guessing it, and reports a confidence level.

Related terms

Waterfall enrichment

Querying several data providers one after another until a valid result is found, instead of relying on a single source.

Waterfall enrichment queries one source, and if it returns nothing — or an unverified value — automatically moves to the next, until a reliable result is found. Every provider has different blind spots, so combining sources sharply increases coverage compared to a single-source pure player.

A waterfall is only worthwhile if it verifies data at each step and charges per data found, not per call. Done badly it multiplies cost without gaining quality; done well it reaches coverage rates no single source can match.

Related terms

Coverage rate

Share of contacts in a list for which enrichment found at least one data point (email and/or phone).

Coverage rate measures how many rows of a file come back enriched. On 1,000 imported contacts, an 80% rate means 800 received at least one data point. It is the first number a buyer looks at, but on its own it says nothing about quality.

A high coverage rate achieved with wrong or stale data is misleading. Always read it alongside reachability rate (does the data actually work?) and separate email coverage from phone coverage, which are often very different.

Related terms

Reachability rate

Share of enriched data that actually lets you reach the person (deliverable email, phone that rings).

Reachability rate goes further than coverage: it measures the share of data that works in practice. An email in the file is worthless if it bounces; a number is worthless if it is no longer assigned. It is the most honest indicator of an enrichment's value.

You improve it through verification (SMTP for email, line checks for phone) and source freshness. A serious provider reports a reachability rate, not just a coverage rate.

Related terms

Data provider

A service that sells access to a B2B contact or company database, via file, API or integration.

A B2B data provider collects, structures and updates information about people and companies, then resells it. Sources vary: public data, user-declared data, partnerships, purchased databases. Geographic coverage and freshness differ enormously between providers.

No provider is exhaustive: each is strong on a country, a segment or a data type. That is exactly why waterfall enrichment, which combines several providers, almost always beats a single source.

Related terms

Single-source pure player

An enrichment provider that relies only on its own proprietary database, without aggregating other sources.

A pure player builds and runs its own database. The upside: consistency and control over the data. The downside: its blind spots are structural — contacts absent from its base will never be found, no matter how many queries you send.

Against a pure player, a waterfall approach multiplies coverage odds by querying several bases. For a niche market or a poorly covered country, the coverage-rate gap can be substantial.

Related terms

Lead scoring

Assigning a score to a prospect based on fit and engagement, to prioritize sales effort.

Lead scoring combines fit criteria (industry, size, job title — the ICP) with behavioral signals (email opens, site visits, intent data) to rank prospects. The highest scores go to sales first.

Scoring is only reliable if the underlying data is: a wrong title or a misidentified company skews the score. Clean enrichment is therefore a prerequisite for useful scoring.

Related terms

Email

Email format

The pattern a company uses to build employee addresses (first.last, initial+last, etc.).

Most companies apply a single pattern to all their addresses: first.last@domain, f.last@domain, firstlast@domain… Knowing the pattern lets you infer an employee's address from their name and the company domain.

The format is inferred from actually observed addresses: the larger the sample, the more reliable the estimate. An inferred address is still a hypothesis — it must be verified before any send.

Related terms

Email permutation

Generating every possible address combination from a first name, last name and domain, then testing them.

Permutation produces the list of plausible addresses — first.last, last.first, f.last, first@… — for a given contact. You then verify each candidate to keep only the one that actually exists.

It is a useful fallback when a company's format is unknown. It must always be followed by verification: sending to untested permutations hurts deliverability.

Related terms

Email verification

Checking that an address exists and can receive mail, without sending an email, before using it.

Email verification combines several checks: syntax, domain existence, MX record presence, and an SMTP dialogue with the server to probe the mailbox. It classifies the address as valid, invalid, or uncertain (the catch-all case).

Verifying before sending protects sender reputation: every bounce degrades the deliverability of all following sends. It is the cheapest step that avoids the most expensive damage.

Related terms

Deliverability

An email's ability to reach the inbox rather than spam or a rejection.

Deliverability depends on the reputation of the sending domain and IP, authentication (SPF, DKIM, DMARC), list quality and content. A list full of invalid addresses drops reputation and pushes even good emails to spam.

It is an asset that builds slowly and breaks fast. Systematic address verification and a controlled sending pace are the two main levers to preserve it.

Related terms

Bounce

A failed email delivery. A hard bounce is permanent (address doesn't exist); a soft bounce is temporary (mailbox full).

A hard bounce signals an invalid address or a nonexistent domain: it must be removed from the list immediately. A soft bounce is temporary (server unavailable, quota reached) and can be retried.

Mailbox providers watch the hard-bounce rate closely: above a few percent it collapses sender reputation. Pre-send verification exists precisely to keep it low.

Related terms

Catch-all domain

A domain set to accept all email, even to nonexistent mailboxes, which prevents verifying an address via SMTP.

On a catch-all domain, the server answers "yes" to any address. So SMTP cannot tell whether first.last@ truly exists: the probe always returns a positive, inconclusive result.

Catch-all addresses are classified "uncertain" rather than valid. To qualify them you must combine other signals (the address appearing in sources, consistency with the observed format) instead of trusting the SMTP test alone.

Related terms

SMTP

The protocol for sending email, also used to verify an address by dialoguing with the receiving server.

SMTP (Simple Mail Transfer Protocol) governs how email moves between servers. Email verification uses it without sending a message: it opens a conversation with the recipient server and asks whether a given address would be accepted.

The server's answer (accept, reject, catch-all) lets you classify the address. Some servers block this kind of probe, which is why SMTP must be combined with other validation methods.

Related terms

MX record

A DNS entry that says which server receives a domain's email. Without an MX, a domain can receive no email.

A domain's MX (Mail eXchange) record points to its mail server. It is the first check in email verification: a domain with no valid MX can receive no message, so any address on it is invalid.

MX analysis also reveals the mail host (Google Workspace, Microsoft 365, etc.), useful information to tune the verification and sending strategy.

Related terms

Role-based email

An address tied to a function rather than a person: contact@, info@, sales@, support@.

Role-based addresses point to no specific individual and are often read by several people or none. They are a poor fit for named prospecting and show low engagement rates.

Most verification tools flag them so you can exclude them from a cold campaign. They remain useful for inbound or support, not for reaching a specific decision-maker.

Related terms

SPF, DKIM, DMARC

Three authentication mechanisms proving an email really comes from the claimed domain, essential to deliverability.

SPF declares which servers may send for a domain; DKIM cryptographically signs each email; DMARC tells receiving servers what to do if SPF or DKIM fails. Together they prove sender legitimacy.

Without these three records correctly configured, campaigns land in spam regardless of list quality. This is the technical foundation of any email prospecting.

Related terms

Phone

Mobile vs landline

The distinction between a mobile number (tied to a person) and a landline (often a shared switchboard).

A mobile number reaches a person directly; a landline often ends at a switchboard or a shared desk. For phone prospecting, mobile is far more valuable because it bypasses gatekeepers and reaches the decision-maker.

In France, the numbering plan deterministically distinguishes a mobile (06/07) from a landline. Quality enrichment does not deliver a switchboard number dressed up as a personal one.

Related terms

Reverse lookup

Starting from an email or phone number to find the person's identity and professional context.

Reverse lookup runs the opposite way to classic enrichment: instead of finding an email from a name, it starts from an email or a number to recover the person, their role and their company. Useful to qualify an inbound contact or identify a missed call.

Its reliability depends on the data existing in sources and on verifying the match. A match must rest on concordant signals to avoid attributing a contact to a namesake.

Related terms

HLR lookup

Querying mobile operators' register to check whether a number is active, without placing a call.

The HLR (Home Location Register) is the mobile operators' database. An HLR lookup checks that a number is assigned and reachable, and reveals the carrier and sometimes porting. It is, for phone, the equivalent of SMTP verification for email.

It lets you clean a list of numbers before a call or SMS campaign by removing inactive ones. It says nothing about the owner, only the line's status.

Related terms

E.164 format

The international standard for writing phone numbers: country code + number, no spaces (e.g. +33612345678).

E.164 is a number's canonical format: a "+", the country code, then the national number, with no separators. It makes numbers comparable across countries and removes the ambiguity of the leading national 0.

Normalizing to E.164 is essential before any deduplication or automated dialing. A file mixing local and international formats produces duplicates and dialing errors.

Related terms

Sales & prospecting

ICP (Ideal Customer Profile)

A description of the company and contact type that gets the most value from your offer — prospecting's reference target.

The ICP defines who to target: industry, company size, geography, maturity, and the roles of your contacts. It focuses effort on the accounts where conversion rate and customer value are highest.

A precise ICP drives everything else: list building, enrichment criteria, scoring, messaging. Without it you prospect broadly and dilute sales effort.

Related terms

Lead

A contact identified as a potential prospect, with at least identity and company known, not yet qualified.

A lead is a contact that has entered the sales radar: a filled form, an imported list, a targeted prospect. It is not yet qualified — you don't know if it has a need, a budget or decision power.

Qualification and enrichment turn a raw lead into an opportunity: complete its details, verify its role, assess ICP fit. A lead without reliable data stays unusable.

Related terms

MQL and SQL

An MQL is a lead qualified by marketing; an SQL is a lead accepted as an opportunity by sales.

An MQL (Marketing Qualified Lead) has shown enough interest and fit to be handed to sales. An SQL (Sales Qualified Lead) is an MQL that sales has reviewed and deemed ready to work as an opportunity.

The MQL → SQL handoff is a classic friction point: it only flows if the lead's data is complete and reliable. Clean enrichment lowers the sales rejection rate.

Related terms

Cold email

A prospecting email sent to a contact who did not request it, in a legal B2B context.

Cold email reaches a cold prospect: no prior relationship. Its success rests on targeting relevance, personalization and deliverability — a verified list and an authenticated domain are prerequisites.

In B2B it often relies on legitimate interest rather than explicit consent, provided it stays relevant and offers an opt-out. Clean targeting is a compliance requirement too, not only an efficiency one.

Related terms

Cold calling

A cold prospecting call to a contact who isn't expecting you. Most effective on a direct mobile number.

Cold calling is still a powerful channel to reach decision-makers — provided you have the right number. A direct mobile multiplies contact odds; a switchboard wastes time in gatekeeping.

In France, B2C phone prospecting must respect Bloctel; B2B rules are looser but targeting relevance remains decisive. Number quality conditions the whole channel.

Related terms

SDR / BDR

Reps specialized in top-of-funnel prospecting: finding, contacting and qualifying prospects for Account Executives.

The SDR (Sales Development Representative) and BDR (Business Development Representative) own the top of the funnel: they work lists, send sequences, call and qualify, then pass opportunities to closing reps.

Their productivity depends directly on data quality: without valid emails and reachable numbers, an SDR spends their time hunting for contact details instead of selling. Enrichment automates that hunt.

Related terms

Multichannel sequence

A planned series of touchpoints (email, call, LinkedIn) toward a prospect, orchestrated over several days.

A sequence combines several channels in a defined order: an email, then a LinkedIn visit, then a call, then a follow-up. Controlled repetition across channels markedly increases reply rates versus a single send.

Each channel needs the right data: verified email, mobile number, correct LinkedIn URL. A well-equipped sequence therefore assumes upstream multichannel enrichment.

Related terms

LinkedIn Sales Navigator

LinkedIn's tool to target and track B2B prospects with advanced filters, but with no directly exportable contact details.

Sales Navigator offers powerful search filters (role, industry, headcount, tenure) to build tightly targeted prospect lists. It is an excellent starting point to define an ICP and spot the right contacts.

However, it provides no directly exportable email or phone. Enrichment takes over: starting from identified profiles to find and verify their professional contact details.

Related terms

Intent data

Signals that a company is actively researching a topic or solution, useful to prioritize prospecting.

Intent data captures interest signals: searches, content consumption, org changes, funding rounds, hiring. They indicate which accounts are "hot" at a given moment.

Combined with the ICP, it lets you contact the right company at the right time. It does not replace enrichment: once the priority account is identified, you still need to reach the right decision-maker.

Related terms

ABM (Account-Based Marketing)

An approach that targets a short list of strategic accounts and tailors messaging and effort to each one.

ABM flips the mass-prospecting logic: instead of casting wide, you pick a small number of high-value accounts and orchestrate marketing and sales around them, with tailored messaging.

It requires deep knowledge of each account: org chart, decision-makers, contact details for several stakeholders. Account-level enrichment (all the key contacts at a company) is its fuel.

Related terms

Companies (France)

SIREN / SIRET

Official identifiers of French companies: SIREN designates the legal entity, SIRET a specific establishment.

SIREN is a 9-digit number that uniquely identifies a company. SIRET (14 digits) adds a specific establishment code: one company has one SIREN and as many SIRETs as it has establishments.

These identifiers are the most reliable key to match company data unambiguously: unlike a trade name, a SIREN has no namesakes. They are indispensable to French firmographics.

Related terms

NAF / APE code

A code assigned to each French company to designate its main activity, useful for industry targeting.

The APE code (Activité Principale Exercée), drawn from the NAF classification, categorizes a company's main activity. It lets you filter a database by industry — for instance targeting every real-estate agency or every accounting firm.

It is a handy but imperfect filter: the code reflects declared activity, sometimes stale or too broad. It is often combined with other firmographic signals to refine industry targeting.

Related terms

Kbis extract

The official document attesting a French company's legal existence and summarizing its identity (directors, head office, activity).

The Kbis is the "ID card" of a company registered in the trade register: name, SIREN, legal form, head office, directors, activity. It is the reference source to verify a company exists and who runs it.

For B2B enrichment, Kbis-type data provides reliable anchors — notably the identity of corporate officers — useful to target the decision-makers of an SMB.

Related terms

INPI

France's national industrial-property institute, which centralizes the national company register and their directors.

The INPI hosts the National Company Register, the official source of legal information: company identity, directors, filings. It is a preferred source to identify a company's officers with certainty.

In French B2B enrichment, INPI data is used to reliably find an SMB's directors. You never look for the employees of corporate-officer legal entities: only individual directors are targeted.

Related terms

Firmographics

The set of attributes describing a company: industry, headcount, revenue, location, age.

Firmographics are to a company what demographics are to an individual: the criteria that characterize it — size, industry (NAF code), headcount, revenue, geography. It is the raw material of B2B targeting.

These attributes let you segment a database and filter by ICP. Their reliability rests on stable identifiers like the SIREN, the only way to resolve ambiguity between namesakes.

Related terms

Compliance & GDPR

GDPR

The EU regulation on personal-data protection, which governs how contact data is collected and used.

GDPR governs the processing of personal data in the European Union. In B2B prospecting it requires a legal basis (often legitimate interest), transparency, a right to object, and limiting data to what is necessary.

A professional email or phone is personal data: enriching and using it means respecting these principles. Compliance comes through relevant targeting, an easy right to object, and traceable sources.

Related terms

Legitimate interest

A GDPR legal basis often relied on for B2B prospecting, provided the outreach is relevant and an opt-out is offered.

Legitimate interest permits certain processing without explicit consent, provided the controller's interest does not override individuals' rights. In B2B, contacting a professional about a topic tied to their role can fall under this basis.

It is not a blank check: it requires relevant targeting (the message must concern the person's role), clear information and an easy way to object. Traceable enrichment makes that justification easier.

Related terms

Opt-in / Opt-out

Opt-in: prior consent before contact. Opt-out: the right to refuse afterwards. Their regime depends on channel and context.

Opt-in requires explicit agreement before any send (the general B2C rule). Opt-out allows contacting and then offering an easy way to unsubscribe (often accepted in B2B on a legitimate-interest basis).

Whatever the regime, every message must include a clear unsubscribe mechanism and honor it immediately. Maintaining a suppression list is an obligation as much as a deliverability best practice.

Related terms

Bloctel

France's telemarketing opt-out list that B2C calling campaigns must respect.

Bloctel lists individuals who refuse phone solicitation. A cold-calling campaign toward consumers must scrub these numbers from its list; ignoring it risks penalties.

In pure B2B prospecting the Bloctel obligation does not apply the same way, but respecting an opt-out remains best practice. Distinguishing professional from personal numbers is therefore essential.

Related terms

CRM & operations

Deduplication

Detecting and merging duplicates (the same person or company appearing several times) in a file or CRM.

Deduplication spots records that refer to the same entity despite spelling variations: "Jean Dupont" and "J. Dupont", "SNCF" and "SNCF SA". Without it, a CRM pollutes quickly and skews every count.

The hard part is not wrongly merging two distinct namesakes. Good deduplication relies on several concordant signals (email, domain, company identifier) rather than the name alone.

Related terms

Data normalization

Standardizing data formats (case, accents, phone numbers, company names) so records become comparable and usable.

Normalization puts everything in one format: phones in E.164, names in clean case, fixed accents, harmonized job titles. It is invisible but essential: without it deduplication fails and cross-source matching breaks.

It often includes fixing common source-file errors: swapped first/last name, broken encoding, junk characters. Quality enrichment normalizes before it acts.

Related terms

CRM

Customer-relationship-management software that centralizes contacts, companies and sales interactions.

The CRM (Customer Relationship Management) is the system of record for contacts and deals: HubSpot, Salesforce, Pipedrive… It tracks each prospect from first touch to signed deal.

Its value depends entirely on the quality of the data it holds. A CRM fed with invalid emails and duplicates becomes counterproductive; automated enrichment and deduplication keep it reliable.

Related terms

Enrichment API

An interface to enrich contacts programmatically, in real time, from a CRM or an application.

An enrichment API exposes search and verification capabilities as automatable requests: you send a name and a domain, you receive a verified email and a phone. It wires enrichment directly into existing tools.

It enables on-the-fly enrichment (as a contact is created) rather than in batches. Charging per data actually found, not per call, is a key criterion to keep costs under control.

Related terms

CSV column mapping

Matching an imported file's columns to expected fields (first name, last name, company, domain) before enrichment.

Before enriching a CSV, you must say which column holds the first name, last name, company, domain. A wrong mapping — swapped first/last name, a "company" column mistaken for "domain" — corrupts the entire enrichment.

A good tool auto-detects column roles and fixes ambiguous cases (an uppercase block identified as the last name, a URL column recognized as the website). It is a quiet but decisive step for result quality.

Related terms

Namesake (homonym)

Two different people or companies sharing the same name, a classic source of attribution errors in enrichment.

Namesake risk is central to enrichment: attributing one "Jean Martin"'s email to another "Jean Martin" delivers wrong data that looks correct. It is the most insidious error because it does not show up in coverage rates.

You contain it by requiring several concordant signals before delivering a data point: company, domain, role, photo match. A unique identifier (SIREN for companies) removes the ambiguity when available.

Related terms

To go further, read our B2B data enrichment guide or try the free email verifier.

From theory to practice

Listar enriches and verifies professional emails and phones with a waterfall across 30+ sources. Import a list, get reachable contact details.

Try Listar