I’m trying to set up a zapier with my zoom summaries such that:
when a meeting ends + a zoom summary is generated
pull down the list of attendees emails
from then I can use the emails to look up with another zap in our CRM to attach it as a note, but I can’t seem to find an action for pulling attendees from zoom summaries.
it seems as though the zoom API does support this https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/pastMeetingParticipants
however Zoom now moved to an oAuth integration as a requirement and it’s much more complex than I would like…
I tried the webhook workaround but they’re also now requiring verification and I have to encode my response which requires building a developer app…
is there any update as to when the native zoom integration will support pulling attendees?