Evenium
eveniumEvenium is an all-in-one event management platform that simplifies the planning, execution, and analysis of professional events.
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ónTool to retrieve a list of contacts from evenium. use when you need to fetch and optionally filter organizer contacts.
EVENIUM_GET_CONTACTSAcciónTool to retrieve a list of contacts from evenium. use when you need to fetch and optionally filter organizer contacts.
Parámetros de entrada
pageintegerPage number to fetch, must be >=1
orderstringSort order, e.g., 'name' or 'email'
searchstringFilter contacts by name, email, or other criteria
pageSizeintegerNumber of contacts per page, must be >=1
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
Get EventsEVENIUM_GET_EVENTSAcciónTool to retrieve a list of events with optional filters. use after authenticating with evenium.
EVENIUM_GET_EVENTSAcciónTool to retrieve a list of events with optional filters. use after authenticating with evenium.
Parámetros de entrada
sortstringSorting field, e.g., 'beginDate'.
limitintegerMaximum number of events to retrieve.
startintegerZero-based index of the first event to retrieve for pagination.
searchstringSearch term to filter events by title, code, or location.
archivedbooleanIf true, only archived events are returned.
directionstringenumSorting direction ('ASC' or 'DESC').
ASCDESCincludeDraftsbooleanIf true, includes draft events.
includeDeletedbooleanIf true, includes deleted events.
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
LogoutEVENIUM_LOGOUTAcciónTool to log out the current user and invalidate the session token. use when you need to explicitly end the current session.
EVENIUM_LOGOUTAcciónTool 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
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