Short answer: You can list eventbrite events in Eventbrite by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Eventbrite List Eventbrite Events action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Organization ID organizationId | string | Required | Organization ID |
Status status | options | Optional | Status. Options: All, Draft, Live, Started, Ended |
{"organizationId": "{{trigger.organizationId}}","status": "{{trigger.status}}"}
{"events": [{"id": "evt123","end": {"utc": "2026-06-15T17:00:00Z"},"url": "https://www.eventbrite.com/e/tech-conference-tickets-123","name": {"text": "Tech Conference 2026"},"start": {"utc": "2026-06-15T09:00:00Z"},"status": "live"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.