Outbound Wiki

Prospect list schema

Defining the account and contact fields, relationships, and statuses that every outbound list record should contain.

A prospect list should answer four questions: what the account is, who the contact is, why the record belongs in the list, and what action follows. Give each answer its own field so the record survives an import, a handoff, and a status change. Keep raw records, enriched contacts, accepted prospects, and messages sent separate.1 This prevents list volume from being mistaken for usable coverage. Start with the account relationship, then add identity, provenance, activity, permission, and status around it.

Start with the record model

Decide how account and contact records relate before choosing columns.

Accounts are the organizations contacts belong to.2 Give every contact an account relationship that can be inspected without reading notes. Use a stable account identifier across that relationship. The CRM Account ID is unique to the account and shared by every contact derived from that account.3

Decide whether your records use Leads, Contacts, or both, and define how Leads match Accounts.4 Also decide whether a contact can sit under more than one account. Keep that answer explicit in the schema so imports and routing follow the same rule.

Account fields

Use account fields to identify and group the organization. Keep personal details and activity in the contact layer.

At the account view, show the account name and a contact list containing each contact's name, title, email, and last interaction.5 Store the company or domain and a created timestamp when you need to trace where the record came from and when it entered the list.6

A change to the identifier between systems makes the contact relationship difficult to trust, even when the person fields look complete.

Contact fields

A contact record needs identity, a way to reach the person, and enough context to connect the person back to the account.

Store the contact's name, email address, title, and company.7 Keep a lead or contact identifier, created timestamp, and lifecycle stage timestamps when the list needs history across handoffs.6

For phone-based calling workflows, call lists can include leads, accounts, person accounts, and contacts, and they use the standard Phone field for those records.89 Include an entity type when your workflow accepts more than one record type.

Preserve the outbound campaign Profile ID when a downstream process needs the customer profile associated with the contact being dialed.10 Treat that identifier as a relationship field, not a replacement for the contact's name, email, or phone.

Provenance and readiness

A list needs fields that explain why a record is present and how ready it is for use. Keep that context beside the identity fields so a reviewer can judge the record without guessing.

Capture the relationship, acquisition or consent path, segment, lifecycle stage, organization type, list age, and relevant sender maturity.11 These fields distinguish a newly sourced record from one with an established relationship or a known permission path.

Define reporting terms before counting records. A contacted prospect is a record with at least one campaign send.12 Keep that definition separate from enrichment, acceptance, reply, meeting, and other stages you choose to track.

Status and activity

Activity describes what happened. Status tells the workflow what to do with the record now, so status values should point to a clear next action.

Make status values match the sales process and change them as the process is refined.13 As the team builds and refines that process, it can update its status customizations.14 Keep each status usable as a routing instruction so two people reading it would take the same next step.

Store conversation result, prospect request, lead stage, next action, and scheduling outcome as separate fields. An illustrative disposition records those details separately, including when no meeting or callback has been agreed.15 This keeps a completed conversation from being mistaken for a scheduled next step.

Permission and suppression

Permission fields need to survive every export and handoff. Keep them independent from sales progression so a record can remain useful for reporting without becoming eligible for contact.

Include an Opted Out field on the prospect record.16 Keep it separate from Do Not Email, since those fields are decoupled.17 Track suppression status as active or inactive, and allow lead status to change when client interactions or campaign changes require it.18

Import and handoff checks

Run the schema through a field check before loading a list. This catches missing relationships, unclear mappings, and fields that could disappear during the handoff.

Review the Record Layout to make sure the data meets your requirements.19 During field mapping, map the account column in the file to Account.20 When records merge, select which fields among the records need to be retained.21

Define the outbound payload separately from the storage schema. A documented outbound message configuration sends Id, FirstName, LastName, Company, Email, and Phone from the Lead record.22 Use that as a handoff checklist, then add any fields required for consent, status, provenance, or account matching.

What not to do

These schema decisions create cleanup work later, so make them before the list is loaded.

  • Define what an account is and how contacts relate to it before the first import.23
  • Decide whether contacts can belong to multiple companies.24
  • If the sales motion regularly includes contacts spanning accounts, design the model around that before configuration.25
  • Use Lead Status for the sales representative's next action with a contact, not to identify the contact or record website activity.26
  • Avoid creating a new status value for every campaign or import. Lead statuses can grow quickly when new leads are imported or segmented by campaign.27

Test the fields against an import and an outbound handoff before the list enters daily use.

Sources

  1. 1
    “Keep raw records, enriched contacts, accepted prospects, and messages sent separate.”
  2. 2
    “Companies (Accounts): The organizations contacts belong to”
  3. 3
    “The CRM Account ID is unique to each account, but shared for every contact derived from an account.”
  4. 4
    “Are you using Leads, Contacts, or both? How do you match Leads to Accounts?”
  5. 5
    “Start with the account name and a contact list containing name, title, email, and last interaction.”
  6. 6
    “Lead/Contact ID, email, company/domain, created timestamp, lifecycle stage timestamps (MQL, SAL/SQL).”
  7. 7
    “As you search for contacts, you’ll inevitably need a place to store them so you can keep track of people’s names, email addresses, titles, companies, or anything else that may be relevant.”
  8. 8
    “Call lists use the standard Phone field for these records.”
  9. 9
    “The records that can be added to call lists include leads, accounts, person accounts, and contacts.”
  10. 10
    “The Customer Profiles profile ID associated with the contact being dialed.”
  11. 11
    “Capture relationship, acquisition or consent path, segment, lifecycle stage, organization type, list age, and relevant sender maturity.”
  12. 12
    “Unit: contacted prospect, defined as a record with at least one campaign send.”
  13. 13
    “These can be changed to reflect your team’s specific sales process.”
  14. 14
    “As you build out and refine your sales process, you can update your customizations to reflect the changes.”
  15. 15
    “Call result: Conversation completed. Prospect request: Wants an explanation of setup responsibilities. Lead stage: Reviewing fit; buying timeline unconfirmed. Next action: Assigned representative to provide the approved explanation. Scheduling: No meeting or callback agreed.”
  16. 16
    ““Opted Out” is a new field found on prospect records in Account Engagement.”
  17. 17
    “The Opted Out field has been decoupled from an older “Do Not Email” field on prospect records.”
  18. 18
    “Indicates if the suppression list is active or inactive. (Lead status can change based on client interactions or campaign changes.)”
  19. 19
    “Review the Record Layout to ensure this is the data you require.”
  20. 20
    “On the field mapping step of the import process, map the account column in your file to “Account” on the import page.”
  21. 21
    “Select the Fields among records that need to be retained”
  22. 22
    “Lead fields to send: Id, FirstName, LastName, Company, Email, and Phone.”
  23. 23
    “Decide what an account is and how contacts hang beneath it, before the first import”
  24. 24
    “The non-obvious question: can a contact belong to multiple companies?”
  25. 25
    “If your sales motion regularly involves contacts who span multiple accounts, design your model around that before you configure.”
  26. 26
    “Put simply, the Lead Status is used for indicating what's next for the sales rep for this contact, rather than who the contact is, or what the contact has done on the website.”
  27. 27
    “Sounds ok, but you can see how the lead statuses could grow very quickly, every time new leads were imported or required to be segmented by campaign.”