List Custom Field Definitions
List every typed custom field definition on your account. Each entry returns its id, name, kind (such as number or date), allowed options, and the template_variable token you can drop into campaign messages. Returns an empty array when no fields have been defined.
Example prompt: Show me all my custom field definitions and the template variables I can use in messages
[
{
"id": "cfd_4a8c",
"name": "tier",
"kind": "select",
"options": ["gold", "silver"],
"template_variable": "{tier}"
}
]What you can build
Related tools
Create Custom Field Definition
Define typed custom fields for LinkedIn contacts like score, tier, or renewal date. Supports text, number, date, url, select, and multi-select types.
Set Custom Field Value
Set a typed custom field value on a LinkedIn contact, like score=90 or tier=gold. Validates against the field type and upserts on repeat calls.
Get Custom Field Values
Get all typed custom field values for a LinkedIn contact, like score=90 or tier=gold, in one call. Returns an empty array when none are set.
Delete Custom Field Definition
Permanently remove a custom field definition and all of its stored values across your LinkedIn contacts. Irreversible cleanup for unused fields.
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.