Eventzilla
eventzillaEventzilla is an event management platform that provides tools for creating, promoting, and managing events, including ticketing, registration, and attendee management.
Acciones disponibles (4)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get User DetailsEVENTZILLA_GET_USER_DETAILSAcciónTool to retrieve detailed information of a specific user. use after listing users to fetch full profile.
EVENTZILLA_GET_USER_DETAILSAcciónTool to retrieve detailed information of a specific user. use after listing users to fetch full profile.
Parámetros de entrada
user_idstringObligatorioUnique identifier for the user
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Event CategoriesEVENTZILLA_LIST_CATEGORIESAcciónTool to retrieve event categories available in eventzilla. use when you need to present or choose from available categories before creating or filtering events.
EVENTZILLA_LIST_CATEGORIESAcciónTool to retrieve event categories available in eventzilla. use when you need to present or choose from available categories before creating or filtering events.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List EventsEVENTZILLA_LIST_EVENTSAcciónTool to retrieve a list of events associated with your account (supports filtering). use when you need to list or filter events for your organization.
EVENTZILLA_LIST_EVENTSAcciónTool to retrieve a list of events associated with your account (supports filtering). use when you need to list or filter events for your organization.
Parámetros de entrada
pageintegerPage number to retrieve (default: 1).
orderstringenumSort order direction. Use 'asc' or 'desc'.
ascdescstatusstringenumFilter events by status. Allowed values: 'live', 'draft', 'past'.
livedraftpastper_pageintegerNumber of events to return per page (default: 10, max: 100).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List UsersEVENTZILLA_LIST_USERSAcciónTool to retrieve a list of users associated with your account. use when you need to fetch and paginate through users.
EVENTZILLA_LIST_USERSAcciónTool to retrieve a list of users associated with your account. use when you need to fetch and paginate through users.
Parámetros de entrada
limitintegerMaximum number of records to return. Defaults to 20.
offsetintegerNumber of records to offset before returning the specified limit. Defaults to 0.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not