Actions
| Name | Description |
|---|---|
list_contactsList all contacts in the authenticated user's account | List all contacts in the authenticated user's account |
get_contactGet details for a specific contact | Get details for a specific contact |
create_contactCreate a new contact | Create a new contact |
update_contactUpdate an existing contact | Update an existing contact |
search_contactsSearch for contacts by name, email, or phone | Search for contacts by name, email, or phone |
custom_api_callMake a custom API call to the Google People API | Make a custom API call to the Google People API |
Triggers
| Name | Description |
|---|---|
new_contactTriggers when a new contact is added | Triggers when a new contact is added |
Quick Start
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.