create_contact
Add a single contact directly to Xmagnet. Use when user says 'add', 'create', or 'save' a contact with specific details. Email is required. Supports: name, company, job_title, phone, linkedin_url, city, state, country, industry, lifecycle_stage (lead/prospect/customer/churned), notes. If a contact with the same email already exists, updates their info instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| Yes | Contact's email address (required) | ||
| notes | No | ||
| phone | No | ||
| state | No | ||
| company | No | ||
| country | No | ||
| industry | No | ||
| full_name | No | Full name (used if first/last not provided) | |
| job_title | No | ||
| last_name | No | ||
| first_name | No | ||
| linkedin_url | No | ||
| lifecycle_stage | No | lead, prospect, customer, or churned |