Automate Google Meet with TypeScript

Create and configure meeting spaces, inspect conferences and attendance, read recordings and transcripts, and trigger automations throughout the meeting lifecycle.

share-meeting-transcript.automation.ts
import { automation, sendEmail } from "automate.ax"
import { googleMeet } from "automate.ax/google-meet"

export default automation("Share meeting transcripts", () => {
  const transcript = googleMeet.onTranscriptGenerated()

  sendEmail({
    subject: "Meeting transcript ready",
    text: transcript.docsDestination?.exportUri,
  })
})

What you can do

Actions

  • Create, inspect, update, and end meeting spaces
  • List conferences, participants, and device sessions
  • Read recordings, transcripts, and transcript entries
  • Read Gemini smart-note artifacts

Triggers

  • Conference started or ended
  • Participant joined or left
  • Recording started, ended, or generated
  • Transcript and smart-note lifecycle

Start automating with Google Meet today

Start building