keap_create_contact
Add a new contact to Keap CRM, including name, email, phone, address, tags, and custom fields, to organize customer information.
Instructions
Create a new contact in Keap with email, name, phone, address, tags, and custom fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City | |
| No | Primary email address | ||
| phone | No | Primary phone number | |
| state | No | State/Region | |
| country | No | Country code (e.g., US) | |
| tag_ids | No | Array of tag IDs to apply | |
| owner_id | No | User ID of contact owner | |
| job_title | No | Job title | |
| given_name | No | First name | |
| family_name | No | Last name | |
| postal_code | No | Postal/ZIP code | |
| company_name | No | Company name | |
| address_line1 | No | Street address line 1 | |
| address_line2 | No | Street address line 2 | |
| custom_fields | No | Custom field values [{id, content}] | |
| opt_in_reason | No | Reason for opt-in (required for GDPR) |