create_poll_answer
Create a poll answer option for a specified question. Provide company ID, question ID, answer type, optional text, position, and selection limit.
Instructions
Creates an answer option for a question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Answer type, e.g. "text" | |
| position | No | Position/order | |
| company_id | Yes | Company ID | |
| answer_text | No | Answer text | |
| question_id | Yes | Question ID | |
| answer_limit | No | Max selections for this answer |