Hello,
I am using the Zoom API to create a webinar - this is all working as expected! … Except for one thing.
I am including a template_id but this does not have any effect.
I know the template exists.
I know I am passing the correct template_id as I pulled it from the Zoom API.
I am able to list webinar templates and retreive their ids using the List webinar templates. When I try to create a webinar using these ids, into the template_id field, the post response does not include the template_id field. I tried putting the template_id in my json data. As it didn’t work, I tried putting the template_id in the url : https://api.zoom.us/v2/users/reE8HRyKToKTLRnU_8Co7w/webinars?template_id=YNFfLONkSMubpMXvVA1Sog
https://api.zoom.us/v2/users/me/webinars?template_id=YNFfLONkSMubpMXvVA1Sog
In each case a webinar is created but the post response doesn’t contain a template_id and when I look at the created webinar it is as if it was created without any template.