Skip to content
ActionEventbriteUpdated May 2026

How do I list Eventbrite attendees?

Short answer: Drop the "EventbriteList Event Attendees" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Event ID
eventId
stringRequiredEvent ID
Status
status
optionsOptionalStatus. Options: All, Attending, Not Attending, Checked In
Sample request
{
"eventId": "{{trigger.eventId}}",
"status": "{{trigger.status}}"
}
Returns
{
"attendees": [
{
"id": "att123",
"status": "Attending",
"profile": {
"name": "John Doe",
"email": "john@example.com"
},
"checked_in": false,
"ticket_class_name": "General Admission"
}
]
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for List Event Attendees.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about List Event Attendees.

What does the List Event Attendees action do in Eventbrite?
Returns paginated attendees for a specific event with name, email, ticket type, check-in status, custom-question answers. For "all attendees → sync to CRM" or "no-shows → send replay email" post-event workflows.
What inputs does List Event Attendees require?
Required: Event ID. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Eventbrite returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List Event Attendees support batch operations?
Yes. Run List Event Attendees inside a Loop node to process arrays. Tiny Command handles Eventbrite's rate limits automatically so you don't have to throttle manually.
More actions

Other Eventbrite actions.

Send list event attendees from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.