Gumloop integration (AI, Productivity). Imported from open-connector.
https://api.gumloop.com/api/v1/list_saved_items
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | optional | The Gumloop user ID. If omitted, the user ID stored during connection is used. |
| projectId | string | optional | The Gumloop project or team ID. |
/list_workbooks
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | optional | The Gumloop user ID. If omitted, the user ID stored during connection is used. |
| projectId | string | optional | The Gumloop project or team ID. |
/get_inputs
| Param | Type | Required | Description |
|---|---|---|---|
| savedItemId | string | required | The Gumloop saved flow ID. |
| userId | string | optional | The Gumloop user ID. If omitted, the user ID stored during connection is used. |
| projectId | string | optional | The Gumloop project or team ID. |
/get_plrun_saved_item_map
| Param | Type | Required | Description |
|---|---|---|---|
| workbookId | string | optional | The Gumloop workbook ID. |
| savedItemId | string | optional | The Gumloop saved flow ID. |
| userId | string | optional | The Gumloop user ID. If omitted, the user ID stored during connection is used. |
| projectId | string | optional | The Gumloop project or team ID. |
/get_pl_run
| Param | Type | Required | Description |
|---|---|---|---|
| runId | string | required | The Gumloop run ID. |
| userId | string | optional | The Gumloop user ID. If omitted, the user ID stored during connection is used. |
| projectId | string | optional | The Gumloop project or team ID. |