Add n8n Get Many for access review sources - #1633
Merged
Merged
Conversation
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
Bot
force-pushed
the
cursor/n8n-access-review-source-get-many-bbad
branch
from
August 5, 2026 11:19
6465068 to
5150424
Compare
SachaProbo
marked this pull request as ready for review
August 5, 2026 11:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
accessReviewSourceresource underpackages/n8n-nodeGet Many(getAll) lists sources for an organization with cursor pagination (returnAll/limit)id,name,connectorId,connectionStatus,needsConfiguration,selectedOrganization,createdAt,updatedAt(skips bulkycsvData)actions/index.tsand the Probo node Resource dropdownVerification
npm -w @probo/n8n-nodes-probo run lint— passednpm -w @probo/n8n-nodes-probo run build— passedLinear Issue: ENG-700
Summary by cubic
Adds an "Access Review Source" resource to
@probo/n8n-nodes-probowith 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-0accessReviewSourceresource withgetAlloperation.returnAllandlimit.actions/index.ts; changelog updated.Written for commit 5150424. Summary will update on new commits.