Vendor Catalog
Google Workspace, public APIs, and Google Ads
Vendor ID: google · google.com · developers.google.com · Categories: productivity, storage, communication, tools
Google Workspace (Drive, Docs, Sheets, Slides, Calendar, Tasks, Contacts, Forms, Meet, Vault, Groups, Gmail), Google Cloud public APIs (Maps, Translate, Books, PageSpeed, Custom Search, YouTube Data), and Google Ads.
Auth
| Credential | Used for |
|---|---|
oauth (Google Account) | All Workspace products: Gmail, Drive, Docs, Sheets, Slides, Calendar, Contacts, Forms, Tasks, Meet, Vault, Groups, YouTube |
apiKey (Google API key) | Public APIs that don't require user auth: Maps, Translate, Books, PageSpeed, Custom Search |
oauth (Google Ads) | Google Ads with developer-token + customer-id config |
Each product picks its credentialRef — the same vendor configuration drives Workspace-OAuth, public-API-key, and Ads-OAuth flows.
Workspace products
| ID | Name | What it does |
|---|---|---|
google:gmail | Gmail | Send, receive, and manage Gmail messages and labels. |
google:drive | Google Drive | Manage files, folders, and permissions. |
google:docs | Google Docs | Cloud document creation and editing. |
google:sheets | Google Sheets | Read, write, and manage spreadsheets. |
google:slides | Google Slides | Read, write, and create presentations. |
google:calendar | Google Calendar | Manage events, calendars, and invitations. |
google:tasks | Google Tasks | Manage tasks and task lists. |
google:contacts | Google Contacts | Manage contacts via the People API. |
google:forms | Google Forms | Create forms, retrieve structure, collect responses. |
google:meet | Google Meet | Create and manage Meet spaces and conferences. |
google:vault | Google Vault | eDiscovery — matters, holds, exports. |
google:groups | Google Groups | Manage Workspace groups. |
Public API products
| ID | Name | What it does |
|---|---|---|
google:search | Google Custom Search | Programmable Search Engine queries. Requires the cx engine identifier. |
google:maps | Google Maps | Geocoding, places, directions. |
google:translate | Google Translate | Translate text and detect languages. |
google:books | Google Books | Search for books and retrieve volume info. |
google:pagespeed | Google PageSpeed | Lighthouse performance audits. |
google:youtube | YouTube | Public YouTube Data API — videos, channels, playlists, search. |
Marketing products
| ID | Name | What it does |
|---|---|---|
google:ads | Google Ads | Query campaigns, ad groups, keywords, and run custom GAQL. |
Triggers
Several Workspace products carry webhook / polling triggers (Gmail watch, Calendar watch, Drive change feed). See the Triggers section.