Webinar Poll Questions API

It would be nice to have an API to get a webinar’s Poll questions in their order and groupings along with possible answers and unique IDs. 

This way they can be imported into another system easily and matched up with the attendee poll answers data.

Hi Justin,

 

There is an API to to get the polls after a webinar has ended https://zoom.github.io/api/#get-ended-webinar-polls

Yes, I know.  I’m working on an integration and building a report for the poll info.  Having a separate call for just importing the unique questions without being mixed within attendee data would be helpful. 

What kind of trigger can be done after an individual meeting?

my users will be conducting follow meetings with a client, then they want to send a quick survey/poll to find out how they did.

If it is not available now, will it be in near future?

Is there a workaround?

3rd party?

I know we can produce a report for calls, but we simply want to send participant a survey after the call ends

Justin,

https://zoom.github.io/api/#get-ended-webinar-qa to get webinar q&a

 

Philip, 

You could use webhooks to catch the ENDED notification, then perform an action based on that, such as sending an email with a link to a survey.