eavz
Google Contacts

Google Contacts

Manage contacts and people data with Google Contacts

6 actions
1 trigger

Actions

Name
list_contacts

List all contacts in the authenticated user's account

get_contact

Get details for a specific contact

create_contact

Create a new contact

update_contact

Update an existing contact

search_contacts

Search for contacts by name, email, or phone

custom_api_call

Make a custom API call to the Google People API

Triggers

Name
new_contact

Triggers when a new contact is added

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'google-contacts',
  actionName: 'list_contacts',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Google Contacts to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Google Contacts support?

Google Contacts supports 6 actions including List Contacts, Get Contact, Create Contact, Update Contact, Search Contacts, and more.

Can I use Google Contacts with AI agents?

Yes. Add Google Contacts to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Google Contacts use?

Google Contacts uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Google Contacts integration cost?

The Google Contacts integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Google Contacts support?

Google Contacts supports 1 triggers including New Contact.

Connect Google Contacts in 2 minutes

Get 1,000 free actions every month. No credit card required.