n8n-nodes-substack-new
v1.8.2
Published
n8n community node for the Substack Gateway API
Maintainers
Keywords
Readme
n8n-nodes-substack-new
n8n-nodes-substack-new provides a 5-node n8n community package:
Substack GatewaySubstack Gateway Following FeedSubstack Gateway Profile FeedSubstack Gateway Batch FeedRandomizer
It integrates n8n with a gateway-backed Substack API and also includes a schedule-based random trigger utility.
[!IMPORTANT] This is an unofficial community node. It is not part of n8n and is not compatible with n8n Cloud-hosted instances, where custom community packages cannot be installed.
To use this package, you need an n8n environment you control, such as a self-hosted deployment, Docker setup, VPS, Railway, or a similar hosting provider.
Installation
Install the package in the n8n instance where community nodes are enabled:
npm install n8n-nodes-substack-newRestart n8n after installation.
Nodes
Substack GatewayMain action node for gateway-backed Substack reads and writes across own publication, notes, drafts, posts, and profiles.Substack Gateway Following FeedPolling trigger for the authenticated user's following feed.Substack Gateway Profile FeedPolling trigger for a specific Substack profile feed.Substack Gateway Batch FeedPolling trigger for an Atom feed aggregated across an explicit list of profile handles. Registers the list on the gateway via an idempotentPUTand polls the returned UUID.RandomizerTrigger node that emits events at random times inside configured schedule windows.
Credentials
The Substack nodes use the Substack Gateway credential with:
Gateway URLGateway Token
Gateway Compatibility
Different Substack Gateway deployments may expose different features and operations.
- some gateways may support only a subset of the documented actions
- available resources and operations can vary between gateway instances
- feed triggers and reaction actions such as
Like/Unlikemay depend on gateway-specific capability support
If an operation does not appear in the node editor or fails with a gateway support error, check the capabilities of the specific Substack Gateway you configured.
Resources
Current resources and operations:
Own PublicationOwn ProfileOwn NotesOwn PostsOwn Following
NoteCreateGetDeleteLikeUnlike
DraftCreateGetGet ManyUpdateDelete
PostGetGet CommentsLikeUnlike
ProfileGetGet NotesGet Posts
Restack operations are not currently exposed by the package.
Quickstart
- Install the package and restart n8n.
- Create a
Substack Gatewaycredential for the Substack nodes. - Add one of the package nodes to a workflow.
- For the main action node, try:
Resource: Own PublicationOperation: Own Profile
For a simple write flow, use Substack Gateway with:
Resource: NoteOperation: CreateContent: ...Attachment: ...(optional)
For feed polling, use:
Substack Gateway Following Feedto watch your authenticated following feedSubstack Gateway Profile Feedto watch a specific profile's Atom feedSubstack Gateway Batch Feedto watch a combined Atom feed for a curated list of profile handles
For schedule-based triggering, use:
Randomizerwith one or more windows and a target timezone
Development
Common commands:
pnpm run build
pnpm run dev
pnpm run lint
pnpm test
pnpm test:unit
pnpm run test:packageNotes:
pnpm run buildusestsupand copies the n8n static assets intodist/pnpm run devbuilds the package, prepares a local dev package, and runs local n8n with watch modepnpm testruns the Cucumber feature suitepnpm test:unitruns the fast source-level TypeScript testspnpm run test:packageverifies the builtdist/package
Documentation
Compatibility
This package targets modern n8n releases with community nodes enabled. Verify against the current build and test workflow in this repository.
