Understanding Contacts

May 4, 2026

Overview #

Contacts are the foundation of PloverCRM. Each contact represents a person or entity with standard fields (email, name, phone), custom fields, lists, tags, stage, notes, and metadata.

Screenshot 2026 05 04 140809 - Plover CRM

Contact Storage #

PloverCRM stores contacts in your WordPress database with support for both built-in PloverCRM storage and FluentCRM integration.

PloverCRM (Built-in):
– Contacts stored as custom post type
– Standard fields in post metadata
– Lists/Tags using WordPress taxonomies
– Notes stored as comments
– Custom fields with special prefix

FluentCRM Integration:
– Contacts synchronized with FluentCRM database
– Custom fields in subscriber metadata
– Lists, tags, and notes in FluentCRM tables

Standard Fields #

Required

– Email – Validated format, can be unique

Optional

– First Name – Up to 255 characters
– Last Name – Up to 255 characters
– Full Name – Computed from first + last, auto-splits when provided
– Phone – Any format, can be unique
– City, State, Country, Postal Code – Location fields

System (Read-Only)

– ID – Auto-generated unique identifier
– Created At / Updated At – Timestamp tracking
– Avatar – Profile image or initials

Screenshot 2026 05 04 142512 - Plover CRM

Contact Relationships #

– Lists – Many-to-many, group contacts by category
– Tags – Many-to-many, label with attributes
– Stage – Single value, tracks lifecycle position
– Owner – WordPress user, assigns responsibility

Screenshot 2026 05 04 142618 - Plover CRM

Contact Lifecycle #

  1. Creation – Manual entry, form submissions, CSV import, API, webhooks
  2. Enrichment – Auto-adds UTM params, device info, location (10 seconds after creation)
  3. Management – Updates, list/tag assignment, stage progression, owner assignment, notes
  4. Deletion – Manual, bulk operations, API (cascades to notes/reminders)

Contact Uniqueness #

Prevents duplicates using configured unique field (Email, Phone, or Custom Field).

How it works:
– Checks unique field before creating contact
– If exists: Updates existing contact
– If doesn’t exist: Creates new contact

Configure: PloverCRM → Settings → General → Unique Field

Contact Uniqueness Settings

Contact Ownership #

Determines responsibility, visibility (view scope), update permissions, and notifications.

– Assigning: Assign to specific users or leave unassigned for claiming
– Claiming: Team members can claim unassigned contacts

Contact Permissions #

– View Scope: All contacts or Owned only
– Update Scope: All contacts or Owned only
– Field-Level: Per-field Create/Read/Update permissions by role

Search & Filtering #

– Search: Email, name, phone, custom fields, full-text, wildcards
– Filter: List, tag, stage, owner, date range, custom field values

Screenshot 2026 05 04 141830 - Plover CRM

Import & Export #

– Export: CSV with all standard/custom fields, lists, tags, metadata
– Import: CSV with column mapping, bulk import, duplicate handling, validation

Best Practices #

Data Quality: Always collect unique field, validate before import, use consistent formatting, clean regularly

Organization: Use lists for categories, tags for attributes, stages for progress, owners for accountability

Privacy: Only collect necessary data, get consent, provide unsubscribe, honor deletions, secure data