Trigger typeform when meeting ends

Hi there. How could I send a typeform to Zoom meeting participants using the webhook when a meeting ends involving at least 4 people of a group of 10? Context: my management team has 10 people and I want them to fill out a “please rate the contribution of other team members to this meeting” in which case names shown on the typeform should be of the 4 people who took part of it (and a person cannot vote on himself). Thanks

Hey @diegof,

Thanks for reaching out about this, and good question.

I would recommend utilizing our Participant Joined webhook to first track the 4 participants (out of the whole) that you wish to send the form to. If the user is authenticated, their email should be returned in this payload:

You can also listen to our Meeting Ended webhook if you aren’t already:

Let me know if this helps!

Best,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.