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. ๐
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.
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.
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.
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?
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.
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.
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. ๐
Thank you for such an amazingly detailed and generous post Jakub. You break this down in such an engaging and easy-to-follow manner. ๐
Thank you, Sam! ๐๐ป
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"
)
}}
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!
and whoโs gonna read those notes?!! Substack note is for real feelings and words.
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.
Just post live with no tech.
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.
Thanks for info. Let me check that out.
Beautifully explained. Liked the presentation and idea.
Will definitely give it a try.
Thank you ๐๐ป
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.
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.
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?
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.
An amazing guide! I'll definitely give it a try!
Thank you! ๐๐ป
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.
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!
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.
Love finding new automation platforms.
Awesome sharing on building our own Notes scheduler! Thanks Jakub!
This is a game changer
Thank you. Any ideas for workflow with Substack node? ๐