37 Comments
User's avatar
Mark S. Carroll โœ…'s avatar

Really interesting read โ€” I hadnโ€™t realized n8n could be pushed this far into Substackโ€™s ecosystem.

That said, Iโ€™m still wrapping my head around using session cookies and unofficial APIs โ€” it feels a bit like borrowing the master key to your own house. Clever, but Iโ€™d want a safety net before handing it the door code.

Still, the logic here is elegant, and I love the idea of freeing up creative energy through small automations. I might give this a spin once Iโ€™m confident about the security piece. Nicely done. ๐Ÿ‘

Expand full comment
Sam Illingworth's avatar

Thank you for such an amazingly detailed and generous post Jakub. You break this down in such an engaging and easy-to-follow manner. ๐Ÿ™

Expand full comment
Jakub Slys ๐Ÿค–'s avatar

Thank you, Sam! ๐Ÿ™๐Ÿป

Expand full comment
Shmulik Cohen's avatar

Very Nice! Cool feature I added - URL Column after the published so I can find the note afterwards.

To do that I changed the node "Update row in sheet" to update URL to be

{{

$json.url && $json.url.replace(

/^https:\/\/([^.]+)\.substack\.com\/p\/([^/?#]+)/,

"https://substack.com/@$1/note/c-$2"

)

}}

Expand full comment
Bastian's avatar

I definitely like this! Iโ€™ve been curious for so long about how these Notes can post automatically.

Thanks a lotโ€”Iโ€™ll let you know once Iโ€™ve tried it out!

Expand full comment
Red's avatar

and whoโ€™s gonna read those notes?!! Substack note is for real feelings and words.

Expand full comment
Jakub Slys ๐Ÿค–'s avatar

Haha, fair point! ๐Ÿ˜… I see Substack notes as a space for both - raw, real feelings and sharing useful or thought-provoking stuff. I think readers who vibe with the more personal side can still find value in notes that capture ideas, experiments, or behind-the-scenes reflections. At the end of the day, itโ€™s still you writing them.

Expand full comment
Tim Denning's avatar

Just post live with no tech.

Expand full comment
Ferencz's avatar

The Substack community node does not seem to be available on cloud hosted n8n instances -- or at least it is not showing up for me.

Expand full comment
Jakub Slys ๐Ÿค–'s avatar

Thanks for info. Let me check that out.

Expand full comment
Ashish Kolarkar's avatar

Beautifully explained. Liked the presentation and idea.

Will definitely give it a try.

Expand full comment
Jakub Slys ๐Ÿค–'s avatar

Thank you ๐Ÿ™๐Ÿป

Expand full comment
Suhrab Khan's avatar

This is a fantastic walkthrough! Automating Substack Notes with n8n not only saves time but also ensures consistency, which is often the hardest part of daily posting.

Expand full comment
Jakub Slys ๐Ÿค–'s avatar

Thanks so much! ๐Ÿ™Œ Exactly - consistency is always the tricky part. Automations like this take away the overhead and let me focus more on the ideas themselves rather than the mechanics of posting.

Expand full comment
Juan Salas-Romer's avatar

Awesome automation. I just scanned the article and will take a closer look later. Quick question. Do I need to have Substack open for this to work? Can the computer be in hibernation mode?

Expand full comment
Jakub Slys ๐Ÿค–'s avatar

Right on - a local setup means your computer needs to stay up. Alternatively, people often host it on a VPS or use n8n Cloud, so the workflows keep running without relying on your machine.

Expand full comment
Adrian Vladimirov's avatar

An amazing guide! I'll definitely give it a try!

Expand full comment
Jakub Slys ๐Ÿค–'s avatar

Thank you! ๐Ÿ™๐Ÿป

Expand full comment
Sharyph's avatar

Automating social media content is a huge time-saver. This is a brilliant example of how no-code tools can make a big difference. Thanks for sharing this and the file...appreciate it.

Expand full comment
Jakub Slys ๐Ÿค–'s avatar

Thank you so much! ๐Ÿ™Œ Iโ€™m really glad you found it valuable. No-code opens up so many possibilities. Automating content is just the beginning!

Expand full comment
Phaetrix's avatar

Tried this with other tools โ€” it blew up in my face. Your setup makes it look like maybe itโ€™s not me, itโ€™s them.

Expand full comment
Ryan Yockey's avatar

Love finding new automation platforms.

Expand full comment
Anfernee's avatar

Awesome sharing on building our own Notes scheduler! Thanks Jakub!

Expand full comment
The 2020 Report's avatar

This is a game changer

Expand full comment
Jakub Slys ๐Ÿค–'s avatar

Thank you. Any ideas for workflow with Substack node? ๐Ÿ˜€

Expand full comment