OCNORA

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

  • Event
    Start a run when Eventbrite reports a change (order, attendee, event).
    trigger.eventbrite_event

Operations 29

  • Cancel Event
    Cancel an Eventbrite event that has no pending or completed orders.
    eventbrite.cancel_event
  • Copy Event
    Duplicate an Eventbrite event, optionally renaming and rescheduling it.
    eventbrite.copy_event
  • Create Event
    Create a draft event under an Eventbrite organization; publish it separately once it has tickets.
    eventbrite.create_event
  • Create Ticket Class
    Add a ticket type to an Eventbrite event.
    eventbrite.create_ticket_class
  • Create Venue
    Create a venue under an Eventbrite organization for events to be held at.
    eventbrite.create_venue
  • Create Webhook
    Register 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 Event
    Delete an Eventbrite event that has no pending or completed orders.
    eventbrite.delete_event
  • Delete Webhook
    Remove an Eventbrite webhook subscription by its webhook id.
    eventbrite.delete_webhook
  • Get Attendee
    Retrieve one attendee of an Eventbrite event by attendee id.
    eventbrite.get_attendee
  • Get Event
    Retrieve one Eventbrite event by its event id.
    eventbrite.get_event
  • Get Event Description
    Retrieve an event's fully rendered HTML description as a single string.
    eventbrite.get_event_description
  • Get My Account
    Retrieve the Eventbrite user account the connection's token belongs to.
    eventbrite.get_me
  • Get Order
    Retrieve one Eventbrite order by its order id.
    eventbrite.get_order
  • Get Ticket Class
    Retrieve one ticket type on an Eventbrite event by its id.
    eventbrite.get_ticket_class
  • List Attendees
    List the attendees of one Eventbrite event, with optional filters.
    eventbrite.list_attendees
  • List Event Orders
    List the orders placed against one Eventbrite event.
    eventbrite.list_event_orders
  • List Events
    List the events an Eventbrite organization owns, with optional filters.
    eventbrite.list_events
  • List Organization Attendees
    List 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 Orders
    List orders placed against any event an Eventbrite organization owns.
    eventbrite.list_organization_orders
  • List Organizations
    List 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 Classes
    List the ticket types defined on one Eventbrite event.
    eventbrite.list_ticket_classes
  • List User Orders
    List the orders a user placed, defaulting to the connection's own account.
    eventbrite.list_user_orders
  • List Venues
    List the venues an Eventbrite organization has saved.
    eventbrite.list_venues
  • List Webhooks
    List the webhook subscriptions an Eventbrite organization has registered.
    eventbrite.list_webhooks
  • Publish Event
    Publish an Eventbrite event so it can accept registrations and sales.
    eventbrite.publish_event
  • Unpublish Event
    Take a published Eventbrite event back off sale.
    eventbrite.unpublish_event
  • Update Event
    Change one or more fields on an existing Eventbrite event.
    eventbrite.update_event
  • Update Ticket Class
    Change a ticket type on an Eventbrite event.
    eventbrite.update_ticket_class
  • Update Venue
    Change a saved Eventbrite venue.
    eventbrite.update_venue

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.