Loomio
loomioLoomio is a collaborative decision-making platform that enables groups to discuss, propose, and make decisions together.
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.
List GroupsLOOMIO_LIST_GROUPSAcciónTool to list all groups accessible to the user. use when you need to retrieve and paginate user groups.
LOOMIO_LIST_GROUPSAcciónTool to list all groups accessible to the user. use when you need to retrieve and paginate user groups.
Parámetros de entrada
pageintegerPage number to retrieve (pagination). Must be >= 1.
filterstringSearch phrase to filter groups by name or description.
includesstring[]List of related records to include (e.g., 'members').
per_pageintegerNumber of groups per page (pagination). 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
List PollsLOOMIO_LIST_POLLSAcciónTool to list all polls accessible to the user. use when you need to retrieve poll ids and basic metadata.
LOOMIO_LIST_POLLSAcciónTool to list all polls accessible to the user. use when you need to retrieve poll ids and basic metadata.
Parámetros de entrada
pageintegerPage number for pagination, must be >= 1.
statestringenumFilter polls by state: 'open' or 'closed'.
openclosedgroup_idintegerFilter polls by group ID.
per_pageintegerNumber of polls per page for pagination, must be >= 1.
context_idintegerFilter polls by context ID (e.g., a specific discussion).
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
Show GroupLOOMIO_SHOW_GROUPAcciónTool to retrieve details of a specific group. use when you have a group id and need its full metadata.
LOOMIO_SHOW_GROUPAcciónTool to retrieve details of a specific group. use when you have a group id and need its full metadata.
Parámetros de entrada
group_idintegerObligatorioThe unique identifier of the Loomio group to retrieve.
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
SHOW_POLLLOOMIO_SHOW_POLLAcciónTool to retrieve details of a specific poll. use when you have a poll id and need its full metadata.
LOOMIO_SHOW_POLLAcciónTool to retrieve details of a specific poll. use when you have a poll id and need its full metadata.
Parámetros de entrada
poll_idstringObligatorioThe ID of the poll to retrieve
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