Sympla
symplaSympla is a platform for managing both in-person and online events, offering tools for ticket sales, registrations, and digital content broadcasting.
Acciones disponibles (1)
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.
List EventsSYMPLA_LIST_EVENTSAcciónTool to list all events. use when you need to fetch all events created by the organizer after authentication. supports pagination and filtering by published status and sort order.
SYMPLA_LIST_EVENTSAcciónTool to list all events. use when you need to fetch all events created by the organizer after authentication. supports pagination and filtering by published status and sort order.
Parámetros de entrada
pageintegerPage number of the results (must be ≥1).
orderstringSort order in format '<field>:<direction>' e.g., 'start_date:desc'.
per_pageintegerNumber of results per page (1–100).
publishedbooleanFilter events by published status (true/false).
Parámetros de salida
dataobject[]ObligatorioList of event objects.
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details.
successfulbooleanObligatorioWhether or not the action execution was successful or not