Skip to main content
The Google Meet node adds Google Meet operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Google Meet also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Google Meet.
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.created
  • https://www.googleapis.com/auth/meetings.space.readonly
  • https://www.googleapis.com/auth/meetings.space.settings

Operations

Conference records

OperationIDDescriptionTrigger
Get Conference Recordget_conference_recordGet a single past-meeting conference record.
List Conference Recordslist_conference_recordsList past conference records; supports a filter and pagination.

Participant sessions

OperationIDDescriptionTrigger
Get Participant Sessionget_participant_sessionGet one join/leave session for a participant.
List Participant Sessionslist_participant_sessionsList a participant’s device-level join/leave sessions.

Participants

OperationIDDescriptionTrigger
Get Participantget_participantGet a single participant of a conference record.
List Participantslist_participantsList all participants for a conference record.

Recordings

OperationIDDescriptionTrigger
Get Recordingget_recordingGet a recording’s metadata and Drive file reference.
List Recordingslist_recordingsList recordings produced by a conference record.

Smart notes

OperationIDDescriptionTrigger
Get Smart Notesget_smart_notesGet a smart-notes (Gemini summary) artifact’s metadata and Docs reference.
List Smart Noteslist_smart_notesList the smart-notes (Gemini summary) artifacts for a conference record.

Spaces

OperationIDDescriptionTrigger
Create Meeting Spacecreate_spaceCreate a new meeting space; returns the shareable meeting URI and code.
End Active Conferenceend_active_conferenceEnd the conference currently active in a space (removes all participants).
Get Meeting Spaceget_spaceGet a meeting space by resource name (spaces/{space}) or meeting code.
Update Meeting Spaceupdate_spaceUpdate a meeting space’s configuration (access type, moderation).

Transcripts

OperationIDDescriptionTrigger
Get Transcriptget_transcriptGet a transcript’s metadata and Google Docs reference.
Get Transcript Entryget_transcript_entryGet a single spoken transcript entry (speaker, text, timing).
List Transcript Entrieslist_transcript_entriesList the structured transcript entries for a transcript.
List Transcriptslist_transcriptsList transcripts for a conference record.

Other

OperationIDDescriptionTrigger
On New Meetingon_new_conference_recordTrigger: 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