NAiOS IconNAiOS Logo
Volver al catálogo

Eventzilla

eventzilla

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

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • user_idstringObligatorio

    Unique identifier for the user

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Event CategoriesEVENTZILLA_LIST_CATEGORIESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List EventsEVENTZILLA_LIST_EVENTSAcción

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.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (default: 1).

  • orderstringenum

    Sort order direction. Use 'asc' or 'desc'.

    ascdesc
  • statusstringenum

    Filter events by status. Allowed values: 'live', 'draft', 'past'.

    livedraftpast
  • per_pageinteger

    Number of events to return per page (default: 10, max: 100).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List UsersEVENTZILLA_LIST_USERSAcción

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

Parámetros de entrada

  • limitinteger

    Maximum number of records to return. Defaults to 20.

  • offsetinteger

    Number of records to offset before returning the specified limit. Defaults to 0.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not