Webinar API
Using Zoho Webinar, you can broadcast live presentations or demos, interact and engage with your audience through Q&A, and launch live polls to gather opinions from them on any related topic. You can use this Webinar API to get, create, update, and delete the webinars in your Zoho Webinar account.
OAuth Scope: ZohoWebinar.webinar.ALL
Attribute
meetingKey | long Webinar Key generated by the server. This is used as an identifier. |
presenter | long Presenter Zoho User-ID |
offset | long Offset for timezone in Webinar scheduled |
timezone | string Timezone of the Webinar scheduled |
accessCode | string Access Code of the Webinar |
creatorZuid | long User Id of the Webinar creator |
registrationLink | string Registration link of the Webinar |
agenda | string Agenda of the Webinar |
startLink | string Start link of the Webinar |
duration | long Duration of the Webinar scheduled |
topic | string Topic of the Webinar |
sessionType | string Type of Webinar |
dialinUrl | string Dial in url of the Webinar |
startTime | string Start time of the Webinar |
endTime | string End Time of the Webinar |
Example
Copied{
"meetingKey": "567891679",
"presenter": "7989202345",
"offset": 19800000,
"timezone": "Asia/Calcutta",
"accessCode": "10652 43211 #",
"creatorZuid": 123456789,
"registrationLink": "https://webinar.zoho.com/webinar/register?sessionId=1065156851",
"agenda": "Description of webinar.",
"startLink": "/meeting-start?key=1021744359",
"duration": 3600000,
"topic": "Monthly Marketing Webinar",
"sessionType": "Description of webinar.",
"dialinUrl": "https://help.zoho.com/portal/kb/articles/dial-in",
"startTime": "Jun 19, 2020 07:00 PM IST",
"endTime": "Jun 19, 2020 08:00 PM IST"
}