← Tools Reference

Loomio

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

API key2 toolshttps://www.loomio.com/api/b2
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.