Eventbrite
Business appsOAuth 2.0credential probe
Eventbrite events, attendees, orders, ticket classes, venues and webhooks (OAuth2).
OCNORA ships 29 typed Eventbrite operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://www.eventbriteapi.com/v3 through the HTTP node with the same credential.
Triggers 1
- EventStart a run when Eventbrite reports a change (order, attendee, event).trigger.eventbrite_event
Operations 29
- Cancel EventCancel an Eventbrite event that has no pending or completed orders.eventbrite.cancel_event
- Copy EventDuplicate an Eventbrite event, optionally renaming and rescheduling it.eventbrite.copy_event
- Create EventCreate a draft event under an Eventbrite organization; publish it separately once it has tickets.eventbrite.create_event
- Create Ticket ClassAdd a ticket type to an Eventbrite event.eventbrite.create_ticket_class
- Create VenueCreate a venue under an Eventbrite organization for events to be held at.eventbrite.create_venue
- Create WebhookRegister an Eventbrite webhook that posts to a URL when the chosen actions happen, which is how a Mantle webhook trigger receives Eventbrite events.eventbrite.create_webhook
- Delete EventDelete an Eventbrite event that has no pending or completed orders.eventbrite.delete_event
- Delete WebhookRemove an Eventbrite webhook subscription by its webhook id.eventbrite.delete_webhook
- Get AttendeeRetrieve one attendee of an Eventbrite event by attendee id.eventbrite.get_attendee
- Get EventRetrieve one Eventbrite event by its event id.eventbrite.get_event
- Get Event DescriptionRetrieve an event's fully rendered HTML description as a single string.eventbrite.get_event_description
- Get My AccountRetrieve the Eventbrite user account the connection's token belongs to.eventbrite.get_me
- Get OrderRetrieve one Eventbrite order by its order id.eventbrite.get_order
- Get Ticket ClassRetrieve one ticket type on an Eventbrite event by its id.eventbrite.get_ticket_class
- List AttendeesList the attendees of one Eventbrite event, with optional filters.eventbrite.list_attendees
- List Event OrdersList the orders placed against one Eventbrite event.eventbrite.list_event_orders
- List EventsList the events an Eventbrite organization owns, with optional filters.eventbrite.list_events
- List Organization AttendeesList attendees across every event an Eventbrite organization owns, which is how a scheduled sync picks up registrations without walking each event.eventbrite.list_organization_attendees
- List Organization OrdersList orders placed against any event an Eventbrite organization owns.eventbrite.list_organization_orders
- List OrganizationsList the Eventbrite organizations this token can act for, which is how you find the organization_id the other nodes need.eventbrite.list_organizations
- List Ticket ClassesList the ticket types defined on one Eventbrite event.eventbrite.list_ticket_classes
- List User OrdersList the orders a user placed, defaulting to the connection's own account.eventbrite.list_user_orders
- List VenuesList the venues an Eventbrite organization has saved.eventbrite.list_venues
- List WebhooksList the webhook subscriptions an Eventbrite organization has registered.eventbrite.list_webhooks
- Publish EventPublish an Eventbrite event so it can accept registrations and sales.eventbrite.publish_event
- Unpublish EventTake a published Eventbrite event back off sale.eventbrite.unpublish_event
- Update EventChange one or more fields on an existing Eventbrite event.eventbrite.update_event
- Update Ticket ClassChange a ticket type on an Eventbrite event.eventbrite.update_ticket_class
- Update VenueChange a saved Eventbrite venue.eventbrite.update_venue
More in Business apps
Run your first Eventbrite workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.