Write

Create Custom Field Definition

Define a typed custom field for your contacts, such as a numeric lead score, a tier select, or a renewal date. Choose from text, number, date, url, select, or multi_select kinds, supplying allowed options for the select types. Each account supports up to 200 field definitions, and an unknown kind returns an invalid_kind error.

create_custom_field_definitionPOST/api/v1/custom-fields
crispy — bash

Example prompt: Create a custom field called tier with select options gold, silver, and bronze

{
  "id": "cfd_4a8c",
  "name": "tier",
  "kind": "select",
  "options": ["gold", "silver", "bronze"],
  "template_variable": "{tier}"
}
Permission scope
core
Access
Write
Category
Lead Management

What you can build

Add a numeric score field so the agent can rank and prioritize contacts
Create a tier select field with gold, silver, and bronze options for segmentation
Define a renewal date field to drive timely, calendar-aware outreach
Standardize enrichment data into typed fields that validate on every write

Parameters

Inputs accepted by create_custom_field_definition.

NameTypeDescription
namestringField name (must be unique per user).
kind"text" | "number" | "date" | "url" | "select" | "multi_select"Field type: text, number, date, url, select, or multi_select.
optionsstring[]Allowed option values (required for select and multi_select kinds).

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.