create_default_question
Creates a default question for an Eventbrite event by sending the event ID and question object to the canned questions endpoint. Use it to add reusable attendee questions during event setup.
Instructions
Create a default Question for an Event.
ENDPOINT: POST /events/{event_id}/canned_questions/
ERRORS (400):
INSUFFICIENT_PACKAGE: Need to upgrade package
NOT_ALLOWED
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID (required) | |
| question | Yes | Question object (required) |