create_contact
Create a contact record with required first and last names and optional details like organization, phone, email, and note.
Instructions
Create a Contacts record with optional organization, phone, email, and note.
Args: first_name: Contact first name last_name: Contact last name organization: Optional organization/company phone: Optional phone number to add with mobile label email: Optional email to add with home label note: Optional contact note
Returns: Structured JSON with the created contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| No | |||
| phone | No | ||
| last_name | Yes | ||
| first_name | Yes | ||
| organization | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |