# Eventzilla

Eventzilla is an event management platform that provides tools for creating, promoting, and managing events, including ticketing, registration, and attendee management.

- **Category:** event management
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 9
- **Triggers:** 0
- **Slug:** `EVENTZILLA`
- **Version:** 20260429_00

## Tools

### Cancel Order

**Slug:** `EVENTZILLA_CANCEL_ORDER`

Tool to cancel an event order by checkout ID and event ID. Use when you need to cancel a customer's order and require a reason for the cancellation.

### Check In Attendee

**Slug:** `EVENTZILLA_CHECK_IN_ATTENDEE`

Tool to check in or revert check-in for an attendee using their unique barcode. Use when you need to mark an attendee as present at an event or undo a check-in.

### Confirm Order

**Slug:** `EVENTZILLA_CONFIRM_ORDER`

Tool to confirm an event order by checkout ID and event ID. Use when you need to confirm a pending order and optionally send a confirmation email to the buyer.

### Get User Details

**Slug:** `EVENTZILLA_GET_USER_DETAILS`

Tool to retrieve detailed information of a specific user. Use after listing users to fetch full profile.

### List Event Categories

**Slug:** `EVENTZILLA_LIST_CATEGORIES`

Tool to retrieve event categories available in Eventzilla. Use when you need to present or choose from available categories before creating or filtering events.

### List Events

**Slug:** `EVENTZILLA_LIST_EVENTS`

Tool to retrieve a list of events associated with your account (supports filtering). Use when you need to list or filter events for your organization.

### List Event Tickets

**Slug:** `EVENTZILLA_LIST_EVENT_TICKETS`

Tool to retrieve all ticket categories for a specified event. Returns ticket types with pricing, availability, sales dates, limits, and additional options like partial payment.

### List Event Transactions

**Slug:** `EVENTZILLA_LIST_EVENT_TRANSACTIONS`

Tool to retrieve all transactions for a specified event. Use when you need to get transaction details including buyer information, amounts, status, and payment methods for an event.

### List Users

**Slug:** `EVENTZILLA_LIST_USERS`

Tool to retrieve a list of users associated with your account. Use when you need to fetch and paginate through users.
