Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2023-11-01 06:19 AM
Hello everyone,
Do you know if there is a way to link the AI summary to Zaiper?
Right now the best solution is to add the email summary to it, it's not clean but we can at least add the body of text, for notes and the next steps.
Do any other options come to mind? Maybe with the webhook? Would that require beta App extensions or APIs?
Solved! Go to Solution.
2024-03-11 07:48 AM
Hi there,
We do indeed now have some API support of our AI Companion features. Currently, I know we have APIs to support getting a meeting summary: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/Getameetingsummary
At this point, it would be up to Zapier and other integrations to include this in their integration to support automatically pulling summaries to another service.
2023-11-01 07:03 AM
Hi @eleaman
Not sure if that's possible currently, but let me check and get back to you.
2023-11-01 09:15 AM
Hi @eleaman
Confirmed that API support is not currently available, but it is on the roadmap. I'll try to update this post when I hear API support is GA.
2023-12-12 09:09 AM
Please let us know. I too would like this feature. Currently Fathom does have Zapier integration with their Premium version for meeting summaries. I have been using Fathom but would prefer to use the Zoom AI Companion.
2023-12-12 09:32 AM
Absolutely. This question has come up a few times across multiple posts on the Community, so I will certainly inform everyone as soon as I have something to share.
2024-03-09 12:49 PM
Any update on this @Bort or rough ETA?
2024-03-11 07:48 AM
Hi there,
We do indeed now have some API support of our AI Companion features. Currently, I know we have APIs to support getting a meeting summary: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/Getameetingsummary
At this point, it would be up to Zapier and other integrations to include this in their integration to support automatically pulling summaries to another service.
2023-11-30 12:33 PM
+1 on this feature request
2024-04-26 06:46 PM
The API to share the AI summary is available. It is up to third party apps to build integrations that include it and pull the meeting summary automatically. Looking through the Zoom marketplace there is a an app, Salepager, that integrates with the Zoom AI summary and can be used to pull text, notes, next steps etc. automatically.
2024-04-28 04:29 AM
Email Integration: As you mentioned, one approach is to email the AI summary to a specific email address monitored by Zapier. Zapier offers email parsing capabilities, allowing you to extract relevant information from the email body and trigger actions based on that information. This method is relatively straightforward and doesn't require any custom development.
Webhooks: Another option is to use webhooks. Many AI services provide webhooks as a way to send data to external systems in real-time. If your AI summary service supports webhooks, you can configure it to send the summary data to a webhook endpoint exposed by Zapier. Zapier can then process the incoming data and trigger actions based on it. This method offers more flexibility and control compared to email integration.
Custom API Integration: If the AI summary service offers an API, you can build a custom integration with Zapier using the Zapier Developer Platform. This approach allows you to create a tailored integration that meets your specific requirements. You can define triggers and actions based on the API endpoints provided by the AI summary service. While this method requires more technical expertise, it offers the most flexibility and customization options.