Eventzilla
Manage Eventzilla events, attendees, registrations, transactions, check-ins, and webhook events.
Tools
| Name | Description |
|---|---|
list_eventsList Eventzilla events with optional status and category filters. | List Eventzilla events with optional status and category filters. |
get_eventGet an Eventzilla event by ID. | Get an Eventzilla event by ID. |
create_eventCreate an Eventzilla event using the documented event payload. | Create an Eventzilla event using the documented event payload. |
list_attendeesList Eventzilla attendees for an event. | List Eventzilla attendees for an event. |
get_transactionGet Eventzilla transaction details by checkout or transaction reference. | Get Eventzilla transaction details by checkout or transaction reference. |
create_checkoutCreate an Eventzilla checkout/registration using the documented checkout payload. | Create an Eventzilla checkout/registration using the documented checkout payload. |
create_check_inCreate an Eventzilla check-in record for an attendee. | Create an Eventzilla check-in record for an attendee. |
Triggers
| Name | Description |
|---|---|
attendee_createdReceives an Eventzilla webhook payload after the webhook URL is configured in Eventzilla. | Receives an Eventzilla webhook payload after the webhook URL is configured in Eventzilla. |
transaction_createdReceives an Eventzilla webhook payload after the webhook URL is configured in Eventzilla. | Receives an Eventzilla webhook payload after the webhook URL is configured in Eventzilla. |
Quick Start
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.