create_poll_question
Add a question to an existing poll by providing the poll ID, question text, and question type. Optionally set position and answer limit for order and selection constraints.
Instructions
Creates a question within a poll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Question text | |
| type | Yes | Question type, e.g. "text" | |
| poll_id | Yes | Poll ID | |
| position | No | Position/order of the question | |
| company_id | Yes | Company ID | |
| answer_limit | No | Max answers a user can select |