eavz
Eventbrite

Eventbrite

Event management and ticketing platform

OAuth2Marketing
7 actions
3 triggers

Actions

Name
create_event

Create a new event in Eventbrite

list_events

List events for an organization

get_event

Get details of a specific event

list_attendees

List attendees for an event

create_ticket_class

Create a new ticket class for an event

get_order

Get details of a specific order

custom_api_call

Make a custom API call to the Eventbrite API

Triggers

Name
new_attendee

Triggers when a new attendee registers for an event

order_placed

Triggers when a new order is placed for an event

event_published

Triggers when an event is published

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'eventbrite',
  actionName: 'create_event',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Eventbrite to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Eventbrite support?

Eventbrite supports 7 actions including Create Event, List Events, Get Event, List Attendees, Create Ticket Class, and more.

Can I use Eventbrite with AI agents?

Yes. Add Eventbrite to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Eventbrite use?

Eventbrite uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Eventbrite integration cost?

The Eventbrite integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Eventbrite support?

Eventbrite supports 3 triggers including New Attendee, Order Placed, Event Published.

Connect Eventbrite in 2 minutes

Get 1,000 free actions every month. No credit card required.