Googlemeet
Overview
SLUG: GOOGLEMEET
Description
Google Meet is a secure video conferencing platform that integrates with Google Workspace, facilitating remote meetings, screen sharing, and chat
Authentication Details
OAuth2
Connecting to Googlemeet
Create an auth config
Use the dashboard to create an auth config for the Googlemeet toolkit. This allows you to connect multiple Googlemeet accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Googlemeet toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
GOOGLEMEET_GET_CONFERENCE_RECORD_FOR_MEET
Tool Name: Get conference record
Description
Action Parameters
Action Response
GOOGLEMEET_GET_PARTICIPANT_SESSION
Tool Name: Get Participant Session
Description
Action Parameters
Action Response
GOOGLEMEET_LIST_CONFERENCE_RECORDS
Tool Name: List Conference Records
Description
Action Parameters
Action Response
GOOGLEMEET_LIST_PARTICIPANT_SESSIONS
Tool Name: List Participant Sessions
Description
Action Parameters
Action Response
GOOGLEMEET_UPDATE_SPACE
Tool Name: Update Google Meet Space
Description
Action Parameters
Action Response
GOOGLEMEET_CREATE_MEET
Tool Name: Create a Meet
Description
Action Parameters
Action Response
GOOGLEMEET_GET_MEET
Tool Name: Get Meet details
Description
Action Parameters
Action Response
GOOGLEMEET_GET_RECORDINGS_BY_CONFERENCE_RECORD_ID
Tool Name: Get recordings by conference record ID
Description
Action Parameters
Action Response
GOOGLEMEET_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_ID
Tool Name: Get transcripts by conference record ID
Description
Action Parameters
Action Response