AI Companion meeting summary webhook event missing

Trying to subscribe to an AI Companion meeting summary webhook event

(meeting.summary_completed) in a Webhook Only app but the event type is not available; we want to capture:

Meeting summary
Action items
Next steps

From mobile voice recording AI summary and meetings that are using AI Summary.

Screenshots attached for reference
Support document which suggests to use the Webhook Event: meeting.summary_completed

URL: Zoom API Events - Meeting - API - Zoom Developer Docs

Zoom lists meeting.summary_completed as a Meetings webhook, and the payload includes meeting_uuid, meeting_id, summary_content, summary_doc_url, summary_details, and next_steps. For fetching the final object later, use GET /meetings/{meetingId}/meeting_summary with meeting_summary:read or meeting_summary:read:admin.

The docs don’t prove why it’s missing from your Webhook Only app picker. The most likely unblock is to test the same event subscription in a new General app or Server-to-Server OAuth app, then search under Meeting events for “Meeting summary has been completed.” Also verify the host account meets the Meeting Summary with AI Companion prerequisites, because summaries require the feature enabled for that host and a paid eligible plan.

One important split: meeting.summary_completed is for Zoom Meetings and Webinars. If you mean Zoom Phone AI call summaries, Zoom added phone.ai_call_summary_changed for that separate surface. I don’t see a doc-backed public webhook for standalone mobile Voice Recorder with AI Companion assets, so I’d ask Zoom Support to confirm whether that product is exposed via Marketplace webhooks for your account.

For a bot-based path that captures Zoom meeting audio and transcripts directly, Recall.ai’s Meeting Bot API can be useful.