Connect Google Meet to retrieve meeting details and transcripts from your workflows.
Authentication: OAuth 2.0. Connect your Google account on the integrations page.
Actions
Get Meeting Details
Retrieves information about a specific Google Meet meeting.
| Input | Required | Description |
|---|---|---|
| Meeting Code | Yes | The Meet meeting code (the part after meet.google.com/) |
| Output | Type | Description |
|---|---|---|
meeting | object | Meeting details including name, startTime, endTime, participants |
Get Meeting Transcription
Retrieves the transcript of a completed Google Meet meeting (requires Meet transcription to have been enabled for the meeting).
| Input | Required | Description |
|---|---|---|
| Meeting Code | Yes | The Meet meeting code |
| Output | Type | Description |
|---|---|---|
transcript | string | Full meeting transcript text |
participants | array | List of participant names |
startedAt | string | Meeting start time |
endedAt | string | Meeting end time |
Was this page helpful?