Skip to main content
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.
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

OperationIDDescription
Create Contactcreate_contactCreate a new contact
Delete Contactdelete_contactDelete a contact
Get Contactget_contactGet a specific contact
List Contactslist_contactsList all contacts
Search Contactssearch_contactsSearch contacts
Update Contactupdate_contactUpdate a contact

Contact group

OperationIDDescription
Create Contact Groupcreate_contact_groupCreate a new contact group
Delete Contact Groupdelete_contact_groupDelete a contact group
Get Contact Groupget_contact_groupGet a specific contact group
List Contact Groupslist_contact_groupsList all contact groups
Update Contact Groupupdate_contact_groupUpdate a contact group