You're invited to Zoomtopia 2022! Our annual user conference will take place in the Americas on November 8-9 and in APAC, Japan, and EMEA on November 17.
Learn more about our hybrid event experienceEverything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Flexible subscription plans for hardware
An open platform that allows developers to build Zoom apps and integrations.
Explore over 1,500 apps in Zoom App Marketplace
Documentation for building on Zoom's platform using APIs, Webhooks, and SDKs
Resources that help developers evaluate & build with our solutions
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2022-05-06 09:35 AM
I can see that a couple similar issues were created but none have actually been solved..
It seems pretty odd that you can't invite participants to a meeting when creating it with the API. This is one of the most basic requirements of creating a meeting.
[
'settings' => [
'meeting_invitees' => [
['email' => '***********'],
]
]
]
https://devforum.zoom.us/t/send-email-notification-to-invitees-when-meeting-is-created-updated/63793
This is not a resolution:
Solved! Go to Solution.
2022-05-06 09:56 AM
Hello Drew!
There is a simple explanation for this. Zoom Meetings does not have an email service for sending out invites. Zoom meetings uses the following workflows for scheduling meetings:
https://support.zoom.us/hc/en-us/articles/201362183-Inviting-others-to-join-a-meeting
You can see a similar question answered in our dev forum: https://devforum.zoom.us/t/webinar-invite-attendees-copy-email-invitation-through-api/13220/3
A relevant response from there:
"Zoom does not have custom email invite functionality with the API. You will have to use a 3rd party API like SendGrid. 25
As for the “Copy the email” content, this content can be constructed with the response of the Create Meeting 4 or Get Meeting 11 endpoints."
Let me know if that answers your question!
If you have a specific feature request and want to share more about your use case, please let Zoom know by filling out a feedback form for the product team: located at https://www.zoom.us/feed
Let me know if that specifically answered your question by accepting the solution.
Thanks,
Micah
2022-05-06 09:56 AM
Hello Drew!
There is a simple explanation for this. Zoom Meetings does not have an email service for sending out invites. Zoom meetings uses the following workflows for scheduling meetings:
https://support.zoom.us/hc/en-us/articles/201362183-Inviting-others-to-join-a-meeting
You can see a similar question answered in our dev forum: https://devforum.zoom.us/t/webinar-invite-attendees-copy-email-invitation-through-api/13220/3
A relevant response from there:
"Zoom does not have custom email invite functionality with the API. You will have to use a 3rd party API like SendGrid. 25
As for the “Copy the email” content, this content can be constructed with the response of the Create Meeting 4 or Get Meeting 11 endpoints."
Let me know if that answers your question!
If you have a specific feature request and want to share more about your use case, please let Zoom know by filling out a feedback form for the product team: located at https://www.zoom.us/feed
Let me know if that specifically answered your question by accepting the solution.
Thanks,
Micah
2022-05-06 09:58 AM
Understood, thanks Micah.
I think the API documentation is a little misleading for this meeting property.