Weavz
Eventzilla

Eventzilla

Manage Eventzilla events, attendees, registrations, transactions, check-ins, and webhook events.

CustomCommerce
7 tools
2 triggers

Tools

Name
list_events

List Eventzilla events with optional status and category filters.

get_event

Get an Eventzilla event by ID.

create_event

Create an Eventzilla event using the documented event payload.

list_attendees

List Eventzilla attendees for an event.

get_transaction

Get Eventzilla transaction details by checkout or transaction reference.

create_checkout

Create an Eventzilla checkout/registration using the documented checkout payload.

create_check_in

Create an Eventzilla check-in record for an attendee.

Triggers

Name
attendee_created

Receives an Eventzilla webhook payload after the webhook URL is configured in Eventzilla.

transaction_created

Receives an Eventzilla webhook payload after the webhook URL is configured in Eventzilla.

Quick Start

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

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

const result = await weavz.actions.execute('eventzilla', 'list_events', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'eventzilla',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Eventzilla to my app?

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

What tools does Eventzilla support?

Eventzilla supports 7 tools including List Events, Get Event, Create Event, List Attendees, Get Transaction, and more.

Can I use Eventzilla with AI agents?

Yes. Add Eventzilla to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Eventzilla be used in stateful agent workflows?

Yes. Agents can combine Eventzilla tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Eventzilla use?

Eventzilla uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Eventzilla integration cost?

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

What triggers does Eventzilla support?

Eventzilla supports 2 triggers including Attendee Created, Transaction Created.

Connect Eventzilla in minutes

Get 20,000 free action executions every month. No credit card required.