create_custom_question
Add a custom question to an Eventbrite event to collect attendee details at registration. Specify the event ID and question object with label, type, and required fields.
Instructions
Create a custom question for an Event.
ENDPOINT: POST /events/{event_id}/questions/
Returns result as question array.
ERRORS (400):
INSUFFICIENT_PACKAGE: Need to upgrade package
ERRORS (403):
NOT_AUTHORIZED: No permission
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID (required) | |
| question | Yes | Question object with label, type, required fields |