n8n-nodes-substack
♡Crafted
An n8n node package that connects Substack publications to workflow automation, exposing read-only APIs for profiles, posts, notes, and comments. Developers can programmatically retrieve publication data, manage notes, and access analytics within n8n workflows using API key authentication.
Clauded With Love Rating
6.9 / 10
This n8n community node provides read-only access to Substack's API, enabling workflow automation for content discovery and analytics. It wraps the substack-api library to offer operations for profiles, posts, notes, and comments within n8n workflows.
Code Quality6.5
Usefulness8.0
Claude Usage5.5
Documentation8.5
Originality6.0
Highlights
- ✓Comprehensive documentation structure with dedicated guides for resources, development, and testing
- ✓Clean JSON examples in README showing practical workflow usage patterns
- ✓Proper n8n community node architecture with credential management and multiple resource operations
To Improve
- →Add error handling examples and rate limiting documentation since Substack API likely has usage constraints
- →Include TypeScript type definitions and validation examples to demonstrate code quality beyond the README