create_contact
Add a new contact by providing name, phone, email, address, birthday, notes, avatar, and group associations.
Instructions
Create a new contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| firstname | No | First name | |
| lastname | No | Last name | |
| mobile_number | No | Mobile phone number | |
| home_number | No | Home phone number | |
| No | Email address | ||
| address | No | Street address | |
| postal_code | No | Postal/ZIP code | |
| city | No | City | |
| birthday | No | Birthday | |
| notes | No | Notes | |
| avatar | No | Avatar image URL | |
| groups | No | Array of group IDs to add the contact to |