keap_get_contact
Fetch a specific contact from Keap CRM by ID, including optional fields like custom fields or job title.
Instructions
Retrieve a single contact by ID.
API: GET /contacts/{id}
Args:
contact_id: The contact's unique ID.
optional_properties: Comma-separated list of extra fields to include,
e.g. "custom_fields,job_title,lead_source_id".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | ||
| optional_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |