Webhook for Zoom Poll

Hi everyone,

I need help creating adding a webhook for Zoom Poll so we can sync all answers to our CRM. What’s the best way to set this up?

Thank you!
Andy

@andyracz Hope you will be fine.

There is no any web hook right now available for polls. The way you can achieve your requirements is only by listening meeting.ended event and then request below endpoint

${apiBase}/past_meetings/${encodeURI(encodeURI(meeting_id))}/polls

Let me know if you still have any query.

Thanks.

Hi Naeem,

Thanks for your reply!

I don’t have any idea what the code you sent me is :slight_smile:

I am looking to automatically add Poll answers after an event to GoHighLevel through Zapier (other other ways)

What’s the best way to do it? Is it even possible?

Thanks!

@andyracz

You mean once event done you need poll results? If yes then I already provided best solution above to you.

If still something not clear please share more context here.

Thanks.

Hi,

Yes, poll results added to our CRM.

Sorry, I don’t understand your solution. I’m not a dev. Can you explain it to me like to a beginner, what to add where?

We’re using Zapier if that helps. And I can get a webhook link from Zapier, just don’t know where to add it in Zoom.

Thanks.

@andyracz

You need to bind Zoom WebHooks and once meeting.ended or webinar.ended received then request to pull polls result.

You can also connect to me here if you need my services.

Thanks.

So there isn’t a way to add a webhook link to/from Zapier? Something needs to be coded?

From Zapier you can also build automation flow as per above.

But best is using custom backend service.

We prefer a webhook and Zapier. Is that possible?

Anyone has a suggestion how to add Zapier webhook?

Webhook is till usefull?

Hi Jason,

I’m not sure what you mean.