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.
Credentials
Connect Google Contacts under Credentials in the node settings. See Connecting credentials 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 |