create_contact
Add a new contact to your personal CRM. Specify the required first name; optionally include last name, email, phone, company, birthday, and notes.
Instructions
Create a new contact. first_name is required. last_name is optional (useful for contacts where you only know the first name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Email address | ||
| notes | No | Notes about the contact | |
| phone | No | Phone number | |
| company | No | Company name | |
| birthday | No | Birthday as ISO date string (YYYY-MM-DD), e.g. '1980-02-14' | |
| last_name | No | Last name (optional) | |
| first_name | Yes | First name |