Skip to main content
Send a TruGen agent into a live external meeting (Google Meet, Zoom, Microsoft Teams). The agent joins as a participant, listens, speaks, and captures a full transcript.

Endpoint

Headers

Request body

Example

Response

Plain-text status message:
Or, if the underlying meeting-bot service could not accept the request:

Behavior

The agent joins the meeting at the URL you provide, using the display name from user_name. It participates in real time — hearing, transcribing, reasoning, and speaking through its configured pipeline (STT / LLM / TTS / avatar). When the meeting ends, the associated conversation record persists — retrieve it with GET /v1/ext/conversation/{id} for the transcript, tool calls, and any structured output.

Common uses

  • AI interviewer — automatically join scheduled interviews and run structured question sets
  • Sales attendee — join discovery calls to answer live product questions
  • Meeting note-taker — silently transcribe and summarize customer calls
  • Compliance witness — attend regulated calls and flag policy issues in real time

Supported meeting platforms

  • Google Meet
  • Zoom
  • Microsoft Teams
See External Meetings for the full concept, plus behavior details like multi-participant handling and platform join flows.

What’s next

External Meetings concept

How agents behave in real meetings.

Callbacks

Get real-time events as the meeting runs.