Schedule Article
Send a title, HTML content, schedule time, and supported destination settings for Substack, Medium, LinkedIn, or X.
Install the Narrareach community node in n8n to schedule Substack articles and Notes, route approved content to supported channels, check status, reschedule, or cancel without maintaining custom publishing requests.
Free to start. No credit card.
Supported operations
The package exposes publishing actions against the authenticated Narrareach workspace. It does not ask n8n to store individual social-platform passwords or browser cookies.
Send a title, HTML content, schedule time, and supported destination settings for Substack, Medium, LinkedIn, or X.
Schedule short-form content for Substack, LinkedIn, X, Bluesky, Threads, Instagram, Facebook, TikTok, or Pinterest where the connected account supports it.
Read an article schedule, Note, or asynchronous operation so later workflow steps can use the current Narrareach state.
Move a future article or Note with its existing schedule ID instead of creating another publishing record.
Cancel future article or Note publishing work before it is delivered to the selected destination.
Setup
The integration uses a Narrareach automation token with scoped permissions. Community-node installation availability depends on the policy and version of your n8n instance.
Open Community Nodes in n8n and install n8n-nodes-narrareach. Review the package before accepting the community-node risk prompt.
In Narrareach settings, create an automation token, then save it as the Narrareach API credential in n8n. Token creation requires Full Agentic Mode.
Connect the approved title, content, destinations, and schedule time. Use the source record ID as the idempotency key.
Schedule one future item, call Get Status with its returned ID, and confirm the destination settings before enabling the full workflow.
Questions
Yes. With the Narrareach community node, an n8n workflow can schedule Substack articles and Notes through a Substack publication connected to the Narrareach workspace.
No. n8n-nodes-narrareach provides dedicated Schedule Article, Schedule Note, Get Status, Reschedule, and Cancel operations. The REST API remains available for custom workflows that need it.
Creating the scoped automation token used by the n8n credential requires Narrareach Full Agentic Mode, which includes REST API, webhooks, and custom automation workflows.
No. It is a Narrareach-maintained community node distributed as the n8n-nodes-narrareach npm package. Install and review it under the community-node rules for your n8n instance.
Not in the current package. The released node provides actions for scheduling and managing content. Published and failed lifecycle triggers are planned after the public webhook API supports token-based registration for those events.
The problem
An n8n workflow can collect ideas from Notion, Google Docs, RSS, or a content calendar, but the last publishing step often turns into brittle browser automation or a collection of HTTP requests that your team has to maintain.
The Narrareach fix
The Narrareach community node gives n8n a maintained publishing handoff. Your workflow maps approved content into the node, Narrareach applies the connected publication and destination settings, and n8n receives an operation record it can inspect instead of assuming the post went live.
Outcome
Use n8n for triggers, transformations, approvals, and branching while Narrareach handles the publishing queue, connected platform accounts, and schedule state.
Schedule Substack, Medium, LinkedIn, and X articles
Schedule Notes and social posts to supported destinations
Read status before a workflow takes its next action
Reschedule or cancel future publishing work
Growth strategy
The strongest automation keeps the source record, approval decision, publishing request, and final status connected. That makes retries safer and failures easier to recover.
Use the immutable ID from Notion, Google Docs, RSS, Logseq, or your content calendar as the idempotency key so a retried n8n execution does not create a duplicate schedule.
Choose article or Note destinations after approval. Keep platform-specific access, newsletter delivery, tags, media, and publication selection explicit in the workflow.
Use Get Status after scheduling, then branch on the returned state. Reschedule or cancel with the same schedule ID when an editor changes the plan.
Also supported
Start your Narrareach workspace, connect the publishing destinations you control, then create the scoped automation token used by the community node.
Full Agentic Mode includes REST API, webhooks, and custom n8n automation workflows.
Narrareach LLM connector
Connect Claude, ChatGPT, or any MCP-compatible agent to read drafts, schedule posts, and automate Substack, Medium, LinkedIn, X, Bluesky, and Threads workflows.