Skip to content

Add n8n Get Many for access review sources - #1633

Merged
SachaProbo merged 1 commit into
mainfrom
cursor/n8n-access-review-source-get-many-bbad
Aug 5, 2026
Merged

Add n8n Get Many for access review sources#1633
SachaProbo merged 1 commit into
mainfrom
cursor/n8n-access-review-source-get-many-bbad

Conversation

@SachaProbo

@SachaProbo SachaProbo commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Fixes ENG-700

Summary

Adds an Access Review Source resource to the Probo n8n node with a Get Many operation, mirroring the existing GraphQL / MCP / CLI list surfaces for Organization.accessReviewSources.

Changes

  • New accessReviewSource resource under packages/n8n-node
  • Get Many (getAll) lists sources for an organization with cursor pagination (returnAll / limit)
  • Returns id, name, connectorId, connectionStatus, needsConfiguration, selectedOrganization, createdAt, updatedAt (skips bulky csvData)
  • Registers the resource in actions/index.ts and the Probo node Resource dropdown
  • Changelog entry under Unreleased

Verification

  • npm -w @probo/n8n-nodes-probo run lint — passed
  • npm -w @probo/n8n-nodes-probo run build — passed

Linear Issue: ENG-700

Open in Web Open in Cursor 

Summary by cubic

Adds an "Access Review Source" resource to @probo/n8n-nodes-probo with a "Get Many" operation so workflows can list an organization’s sources and connection status. Implements ENG-700 and aligns with existing GraphQL/MCP/CLI list surfaces.

Package: n8n-node +182 -0

  • New accessReviewSource resource with getAll operation.
  • Cursor pagination via returnAll and limit.
  • Returns id, name, connectorId, connectionStatus, needsConfiguration, selectedOrganization, createdAt, updatedAt.
  • Registered in the Probo node resource selector and actions/index.ts; changelog updated.

Written for commit 5150424. Summary will update on new commits.

Review in cubic

Campaigns already expose sources as a multi-select, but there was no
dedicated list operation. Expose Organization.accessReviewSources so
workflows can fetch source IDs and connection status.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Sacha Al Himdani <SachaProbo@users.noreply.github.com>
@cursor
cursor Bot force-pushed the cursor/n8n-access-review-source-get-many-bbad branch from 6465068 to 5150424 Compare August 5, 2026 11:19
@SachaProbo
SachaProbo marked this pull request as ready for review August 5, 2026 11:20

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 5 files

Re-trigger cubic

@SachaProbo
SachaProbo merged commit 5150424 into main Aug 5, 2026
22 checks passed
@SachaProbo
SachaProbo deleted the cursor/n8n-access-review-source-get-many-bbad branch August 5, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants