contact_create
Create a new contact with basic info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gender | No | Gender | |
| status | No | Contact status (default: active) | |
| company | No | Company or organization | |
| industry | No | Industry | |
| nickname | No | Nickname | |
| pronouns | No | Pronouns (e.g. she/her, he/him, they/them) | |
| job_title | No | Job title | |
| last_name | No | Last name | |
| avatar_url | No | Avatar URL | |
| first_name | Yes | First name (required) | |
| work_notes | No | Notes about their work | |
| is_favorite | No | Mark as favorite | |
| maiden_name | No | Maiden name | |
| met_at_date | No | Date you met this person (YYYY-MM-DD) | |
| middle_name | No | Middle name | |
| birthday_day | No | Birthday day (1-31), used with birthday_mode=month_day | |
| birthday_date | No | Full birthday date (YYYY-MM-DD), used with birthday_mode=full_date | |
| birthday_mode | No | Birthday mode: full_date (YYYY-MM-DD), month_day (month + day only), or approximate_age (birth year estimate) | |
| deceased_date | No | Date of death (YYYY-MM-DD) | |
| birthday_month | No | Birthday month (1-12), used with birthday_mode=month_day | |
| met_at_location | No | Where you met this person | |
| met_description | No | Story of how you met | |
| met_through_contact_id | No | Contact ID of person who introduced you | |
| birthday_year_approximate | No | Approximate birth year, used with birthday_mode=approximate_age |