You can wire the Google Meet node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Google Meet under Credentials in the node settings. See Connecting credentials for the general flow. Sign in with your Google Meet account when prompted; no keys to copy. Get your credentials here. NoClick requests the following permissions:https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyhttps://www.googleapis.com/auth/meetings.space.settings
Operations
Conference records
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Conference Record | get_conference_record | Get a single past-meeting conference record. | |
| List Conference Records | list_conference_records | List past conference records; supports a filter and pagination. |
Participant sessions
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Participant Session | get_participant_session | Get one join/leave session for a participant. | |
| List Participant Sessions | list_participant_sessions | List a participant’s device-level join/leave sessions. |
Participants
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Participant | get_participant | Get a single participant of a conference record. | |
| List Participants | list_participants | List all participants for a conference record. |
Recordings
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Recording | get_recording | Get a recording’s metadata and Drive file reference. | |
| List Recordings | list_recordings | List recordings produced by a conference record. |
Smart notes
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Smart Notes | get_smart_notes | Get a smart-notes (Gemini summary) artifact’s metadata and Docs reference. | |
| List Smart Notes | list_smart_notes | List the smart-notes (Gemini summary) artifacts for a conference record. |
Spaces
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Meeting Space | create_space | Create a new meeting space; returns the shareable meeting URI and code. | |
| End Active Conference | end_active_conference | End the conference currently active in a space (removes all participants). | |
| Get Meeting Space | get_space | Get a meeting space by resource name (spaces/{space}) or meeting code. | |
| Update Meeting Space | update_space | Update a meeting space’s configuration (access type, moderation). |
Transcripts
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Transcript | get_transcript | Get a transcript’s metadata and Google Docs reference. | |
| Get Transcript Entry | get_transcript_entry | Get a single spoken transcript entry (speaker, text, timing). | |
| List Transcript Entries | list_transcript_entries | List the structured transcript entries for a transcript. | |
| List Transcripts | list_transcripts | List transcripts for a conference record. |
Other
| Operation | ID | Description | Trigger |
|---|---|---|---|
| On New Meeting | on_new_conference_record | Trigger: polls conferenceRecords.list on a schedule and fires for newly ended meetings. Google Meet has no push webhooks, so this baselines on the first poll and then emits each new conference record exactly once, deduplicating on the… | Yes |