Eventzilla is an event management platform that provides tools for creating, promoting, and managing events, including ticketing, registration, and attendee management.
Eventzilla is an event management platform that provides tools for creating, promoting, and managing events, including ticketing, registration, and attendee management. On Nagent, Eventzilla is exposed as a fully-configurable event management integration that any agent can call — 9 actions, and API key authentication. No code is required to wire Eventzilla into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Eventzilla to automate the kinds of tasks event management teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Eventzilla into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Eventzilla, with input parameters and output schema. Drop these into any step of an agent built in Helix.
EVENTZILLA_CANCEL_ORDERTool 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.
Input parameters
Unique identifier of the event associated with the order.
Reason or comment explaining why the order is being cancelled.
Unique identifier of the checkout session to cancel.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTZILLA_CHECK_IN_ATTENDEETool 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.
Input parameters
Unique barcode of the attendee's ticket. This identifier is provided when the ticket is issued.
True to check in the attendee, false to revert the check-in status.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTZILLA_CONFIRM_ORDERTool 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.
Input parameters
Unique identifier of the event
Optional comments for the order confirmation
Whether to send confirmation email to the buyer. Set to false to avoid sending emails.
Unique identifier of the checkout session
Unique identifier for the scheduled event date
Payment outcome designation for ticket validation (e.g., 'paid', 'completed', 'confirmed')
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTZILLA_GET_USER_DETAILSTool to retrieve detailed information of a specific user. Use after listing users to fetch full profile.
Input parameters
Unique numeric identifier for the user. Obtain this from the list users action.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTZILLA_LIST_CATEGORIESTool to retrieve event categories available in Eventzilla. Use when you need to present or choose from available categories before creating or filtering events.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTZILLA_LIST_EVENTSTool to retrieve a list of events associated with your account (supports filtering). Use when you need to list or filter events for your organization.
Input parameters
Maximum number of events to return (default: 20, max: 100).
Number of records to skip before returning results (default: 0).
Filter events by status. Allowed values: 'live', 'draft', 'past', 'completed'.
Filter events by category name (e.g., 'music', 'conference').
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTZILLA_LIST_EVENT_TICKETSTool to retrieve all ticket categories for a specified event. Returns ticket types with pricing, availability, sales dates, limits, and additional options like partial payment.
Input parameters
The unique event identifier for which to retrieve ticket categories
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTZILLA_LIST_EVENT_TRANSACTIONSTool 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.
Input parameters
Maximum number of transactions to return per request. Defaults to 10.
Number of records to skip before returning results. Used for pagination. Defaults to 0.
The unique event identifier. Obtain this from the list events action.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTZILLA_LIST_USERSTool to retrieve a list of users associated with your account. Use when you need to fetch and paginate through users.
Input parameters
Maximum number of users to return per request. Defaults to 20.
Number of records to skip before returning results. Used for pagination. Defaults to 0.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 82 agents privately built on Nagent that already use Eventzilla.
Build on Nagent
Connect Eventzilla to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Eventzilla, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Eventzilla is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Eventzilla is connected, you configure its 9 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Eventzilla steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Eventzilla event fires, the agent kicks off automatically.
Every Eventzilla action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Eventzilla ships with 9 pre-built event management actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Eventzilla together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Eventzilla-based workflows tailored to your business.