Actions
| Name | Description |
|---|---|
create_eventCreate a new event in Eventbrite | Create a new event in Eventbrite |
list_eventsList events for an organization | List events for an organization |
get_eventGet details of a specific event | Get details of a specific event |
list_attendeesList attendees for an event | List attendees for an event |
create_ticket_classCreate a new ticket class for an event | Create a new ticket class for an event |
get_orderGet details of a specific order | Get details of a specific order |
custom_api_callMake a custom API call to the Eventbrite API | Make a custom API call to the Eventbrite API |
Triggers
| Name | Description |
|---|---|
new_attendeeTriggers when a new attendee registers for an event | Triggers when a new attendee registers for an event |
order_placedTriggers when a new order is placed for an event | Triggers when a new order is placed for an event |
event_publishedTriggers when an event is published | Triggers when an event is published |
Quick Start
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.