Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
v2/users/me/webinars
Description
I am trying to create Simulive event via the API so i can create events automatically
Error?
what ever i am doing, and whatever setting i am adding to the “simulive_settings” i am keep getting an “is_simulive”:“false”.
How To Reproduce
Steps to reproduce the behavior:
v2/users/me/webinars - POST Request
Headers: Auto and application-json
Body:
{
“topic”: “Your Simulive Webinar Name”,
“type”: 5,
“start_time”: “2024-06-10T15:00:00Z”,
“duration”: 60,
“timezone”: “UTC”,
“agenda”: “This is a simulive webinar demo.”,
“settings”: {
“host_video”: true,
“panelists_video”: false,
“practice_session”: false,
“auto_recording”: “cloud”
},
“simulive_settings”: {
“video_file_id”: “htr9w0dXTlikuFqtzjkMIQ==”,
“enable_simulive_webinar”: true
}
}
if need anymore info, let me know