> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Contacts

> Connect Google Contacts to your workflows: 11 operations across 2 categories.

The Google Contacts node adds Google Contacts operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

<Note>
  You can wire the Google Contacts node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Google Contacts under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Sign in with your Google Contacts account when prompted; no keys to copy.

NoClick requests the following permissions:

* `https://www.googleapis.com/auth/contacts`

## Operations

### Contact

| Operation           | ID                | Description            |
| ------------------- | ----------------- | ---------------------- |
| **Create Contact**  | `create_contact`  | Create a new contact   |
| **Delete Contact**  | `delete_contact`  | Delete a contact       |
| **Get Contact**     | `get_contact`     | Get a specific contact |
| **List Contacts**   | `list_contacts`   | List all contacts      |
| **Search Contacts** | `search_contacts` | Search contacts        |
| **Update Contact**  | `update_contact`  | Update a contact       |

### Contact group

| Operation                | ID                     | Description                  |
| ------------------------ | ---------------------- | ---------------------------- |
| **Create Contact Group** | `create_contact_group` | Create a new contact group   |
| **Delete Contact Group** | `delete_contact_group` | Delete a contact group       |
| **Get Contact Group**    | `get_contact_group`    | Get a specific contact group |
| **List Contact Groups**  | `list_contact_groups`  | List all contact groups      |
| **Update Contact Group** | `update_contact_group` | Update a contact group       |
