
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@robinpath/google-contacts
Advanced tools
Google Contacts (People API v1) integration — list / search / batch-get / create / update / delete personal contacts, enumerate 'Other contacts' and Workspace directory, manage contact groups. Supports delegated OAuth2 access tokens (with refresh-token ro
Google Contacts module for RobinPath.
The google-contacts module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/google-contacts
1. Set up credentials
google-contacts.setCredentials "your-credentials"
2. listContacts
google-contacts.listContacts
| Function | Description |
|---|---|
google-contacts.setCredentials | Configure google-contacts credentials. |
google-contacts.listContacts | listContacts |
google-contacts.getContact | getContact |
google-contacts.createContact | createContact |
google-contacts.updateContact | updateContact |
google-contacts.deleteContact | deleteContact |
google-contacts.searchContacts | searchContacts |
google-contacts.listContactGroups | listContactGroups |
google-contacts.getContactGroup | getContactGroup |
google-contacts.createContactGroup | createContactGroup |
google-contacts.updateContactGroup | updateContactGroup |
google-contacts.deleteContactGroup | deleteContactGroup |
google-contacts.batchGetContacts | batchGetContacts |
google-contacts.getOtherContacts | getOtherContacts |
google-contacts.getProfile | getProfile |
google-contacts.listDirectoryPeople | listDirectoryPeople |
google-contacts.updateContactPhoto | updateContactPhoto |
google-contacts.listContacts
google-contacts.getContact
google-contacts.createContact
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/google-contacts";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
google-contacts.setCredentials "your-credentials"
google-contacts.listContacts
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/google-sheets — Google Sheets module for complementary functionality@robinpath/google-calendar — Google Calendar module for complementary functionality@robinpath/google-forms — Google Forms module for complementary functionality@robinpath/gmail — Gmail module for complementary functionality@robinpath/outlook — Outlook module for complementary functionalityMIT
FAQs
Google Contacts (People API v1) integration — list / search / batch-get / create / update / delete personal contacts, enumerate 'Other contacts' and Workspace directory, manage contact groups. Supports delegated OAuth2 access tokens (with refresh-token ro
We found that @robinpath/google-contacts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.