Description
I have an app that creates a scheduled meeting room on user demand.
The app gives host url to my team member, and the join url to the user.
I’m a member of a certain club that also use Zoom, and somehow I get an email notification like this.
I want to also have these notification for my clients when their meeting is created and updated. I need it especially because the email has 3 calendar links I pointed with the red arrow.
I have tried adding my email to the meeting invitees, but I don’t receive any email at all.
[
'settings' => [
'meeting_invitees' => [
['email' => 'myemail@domain.com'],
]
]
]
Also tried setting registrants_email_notification and registrants_confirmation_email to true, but still no email notification comes to me.
If it’s not possible to have email notification when the meeting is created, then is there a way to at least get the calendar links?
The link looks like this (I shuffled the id letters).
https://us02web.zoom.us/meeting/attendee/BryTNztYMGcZg_wjKGGnLPt9BlBd8skcOttW/ics?user_id=qJgj1-1JiD1g6k_RDJF9tS&type=icalendar
https://us02web.zoom.us/meeting/attendee/BryTNztYMGcZg_wjKGGnLPt9BlBd8skcOttW/calendar/google/add?user_id=qJgj1-1JiD1g6k_RDJF9tS&type=google
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
