NAiOS IconNAiOS Logo
Volver al catálogo

Loomio

loomio

Loomio is a collaborative decision-making platform that enables groups to discuss, propose, and make decisions together.

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.

List GroupsLOOMIO_LIST_GROUPSAcción

Tool to list all groups accessible to the user. use when you need to retrieve and paginate user groups.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (pagination). Must be >= 1.

  • filterstring

    Search phrase to filter groups by name or description.

  • includesstring[]

    List of related records to include (e.g., 'members').

  • per_pageinteger

    Number of groups per page (pagination). 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

List PollsLOOMIO_LIST_POLLSAcción

Tool to list all polls accessible to the user. use when you need to retrieve poll ids and basic metadata.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1.

  • statestringenum

    Filter polls by state: 'open' or 'closed'.

    openclosed
  • group_idinteger

    Filter polls by group ID.

  • per_pageinteger

    Number of polls per page for pagination, must be >= 1.

  • context_idinteger

    Filter polls by context ID (e.g., a specific discussion).

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

Show GroupLOOMIO_SHOW_GROUPAcción

Tool to retrieve details of a specific group. use when you have a group id and need its full metadata.

Parámetros de entrada

  • group_idintegerObligatorio

    The unique identifier of the Loomio group to retrieve.

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

SHOW_POLLLOOMIO_SHOW_POLLAcción

Tool to retrieve details of a specific poll. use when you have a poll id and need its full metadata.

Parámetros de entrada

  • poll_idstringObligatorio

    The ID of the poll to retrieve

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