google-contacts_create_contact
Create a new contact in Google Contacts by specifying fields such as name, email, phone, address, organization, and more.
Instructions
Create a new contact with specified fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | Array of URL objects with value, type, etc. | |
| names | No | Array of name objects with givenName, familyName, displayName, etc. | |
| sources | No | Sources to create the contact in (default: 'CONTACT') | |
| addresses | No | Array of address objects with formattedValue, type, etc. | |
| birthdays | No | Array of birthday objects with date information | |
| biographies | No | Array of biography objects with value, contentType, etc. | |
| personFields | Yes | Comma-separated list of fields to return (e.g., 'names,emailAddresses,phoneNumbers,addresses,organizations') | |
| phoneNumbers | No | Array of phone number objects with value, type, etc. | |
| organizations | No | Array of organization objects with name, title, etc. | |
| emailAddresses | No | Array of email address objects with value, type, etc. |