DemandFlow Support Centre

SALEICP: Ideal Customer Profile

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A structured ideal customer profile for a product, used for LinkedIn targeting and outbound sales.

SALEICP: Ideal Customer Profile

The SALEICP entity: A structured ideal customer profile for a product, used for LinkedIn targeting and outbound sales.

Default definition. This article describes the default SALEICP definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches SALEICP.

Entity properties

PropertyValue
Entity codeSALEICP
Display nameIdeal Customer Profile
PluralIdeal Customer Profiles
Level100001

Use cases

Child entity of PROD via comboKey (SUB|PROD). Each record is a market-specific ICP with structured targeting criteria and outreach content.

Fields

Profile

FieldTypeRequiredNotes
nametextYesICP name
industrytextIndustry
geographytextGeography
companySizetextCompany size
revenuetextRevenue band
targetDepartmentstext (multi-line)Target departments

Targeting

FieldTypeRequiredNotes
targetTitlestext (multi-line)Target job titles
qualifyingSignalstext (multi-line)Qualifying signals

Messaging

FieldTypeRequiredNotes
painSummarytext (multi-line)Key pains
valueProptext (multi-line)Value proposition
pitchtext (multi-line)Outreach pitch
sortOrdernumberSort order

Additional panels

  • Activity timeline panel attached.

Relationships

  • No declared relationships in the default definition.

Creating a Ideal Customer Profile via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "SALEICP",
  "level":    100001,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name",
  "industry":    "Example value",
  "geography":    "Example value",
  "companySize":    "Example value"
}

Listing Ideal Customer Profiles records

GET /v1/entities/SALEICP/SUB

See also

saleicpideal customer profileideal customer profilesentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base