create_survey
Create a new survey. Returns the survey details including share_url. Supported question types: short_text, long_text, multiple_choice, checkbox, checkbox_list, numeric, star_rating, picture_choice, opinion_scale, date, email, contact_info, poll_question, statement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Survey title | |
| styles | No | Optional styling configuration for branding and visual design. | |
| settings | No | ||
| questions | Yes | Array of questions | |
| variables | No | Custom variables for scoring, calculations, and recall. | |
| hidden_fields | No | Hidden fields for URL parameters or custom data, passed through the survey URL. | |
| ending_screens | No | Optional ending screens list. | |
| welcome_screen | No | Optional welcome screen configuration. |