Description
I need to create a webinar through API. On UI, we have an option to create using a template. Also on list webinar template API in the documentation, it mentions the id can be used with the create webinar API(refer screenshot attached), but in the create webinar API documentation, the template_id field is not mentioned. How can I create a webinar using template with API?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Great question—we’ll work on making this clearer in our documentation.
To apply a webinar template, you can pass the ID as a query parameter like this: https://api.zoom.us/v2/users/{userId}/webinars?template_id={templateId}