Eventzilla

Learn how to use Eventzilla with Composio

Overview

Enum

EVENTZILLA

Description

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

Authentication Details

api_key
stringRequired

Actions

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

Action Parameters

user_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve event categories available in eventzilla. use when you need to present or choose from available categories before creating or filtering events.

Action Parameters

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

order
string
page
integer
per_page
integer
status
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of users associated with your account. use when you need to fetch and paginate through users.

Action Parameters

limit
integerDefaults to 20
offset
integer

Action Response

data
object
error
string
successful
boolean