← All integrations

Loomio

Loomio integration (Productivity, Communication). Imported from open-connector.

API key2 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
loomio_list_polls
List Loomio polls in one group with optional status filtering and offset pagination.

/polls

4 parameters
ParamTypeRequiredDescription
groupIdintegerrequiredGroup identifier to list polls from.
statusstringoptionalPoll status filter accepted by Loomio.
limitintegeroptionalMaximum number of polls to return.
offsetintegeroptionalZero-based offset for poll pagination.
GET
loomio_get_poll
Get one Loomio poll by numeric ID or poll key.

/polls/{pollIdOrKey}

1 parameter
ParamTypeRequiredDescription
pollIdOrKeystringrequiredNumeric poll ID or poll key to retrieve.
Request private-beta access