NAiOS IconNAiOS Logo
Volver al catálogo

Evenium

evenium

Evenium is an all-in-one event management platform that simplifies the planning, execution, and analysis of professional events.

Acciones
3
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 (3)

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

Tool to retrieve a list of contacts from evenium. use when you need to fetch and optionally filter organizer contacts.

Parámetros de entrada

  • pageinteger

    Page number to fetch, must be >=1

  • orderstring

    Sort order, e.g., 'name' or 'email'

  • searchstring

    Filter contacts by name, email, or other criteria

  • pageSizeinteger

    Number of contacts per page, must be >=1

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

Get EventsEVENIUM_GET_EVENTSAcción

Tool to retrieve a list of events with optional filters. use after authenticating with evenium.

Parámetros de entrada

  • sortstring

    Sorting field, e.g., 'beginDate'.

  • limitinteger

    Maximum number of events to retrieve.

  • startinteger

    Zero-based index of the first event to retrieve for pagination.

  • searchstring

    Search term to filter events by title, code, or location.

  • archivedboolean

    If true, only archived events are returned.

  • directionstringenum

    Sorting direction ('ASC' or 'DESC').

    ASCDESC
  • includeDraftsboolean

    If true, includes draft events.

  • includeDeletedboolean

    If true, includes deleted events.

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

LogoutEVENIUM_LOGOUTAcción

Tool to log out the current user and invalidate the session token. use when you need to explicitly end the current session.

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