Error while creating Webinar Poll type : fill_in_the_blank

Error while creating zoom poll fill in the blank using Zoom API

Description
I’m using Zoom Create Webinar API to create fill in the blank poll but getting an error msg: Invalid parameter: questions.

Sending following json request in postman:

{
“title”:“poll”,
“anonymous”:true,
“poll_type”:“1”,
“status”:“started”,
“questions”:[
{
“name”:“The top soft skill in the corporate world is”,
“type”:“fill_in_the_blank”,
“case_sensitive”:false,
“right_answers”:[
“Communication”
]
}
]
}

Error
Invalid parameter: questions.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
https://api.zoom.us/v2/webinars/WebinarID/polls

Hi @usman.m
Welcome to our community! I am happy to help here!
Can you please confirm that you are still experiencing this behavior or were you able to troubleshoot this on your end?

Best,
Elisa

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