What This Workflow Does
This automation solves a common problem for content creators who publish on multiple platforms: manually copying articles from Note.com to WordPress is time-consuming, error-prone, and lacks intelligent organization. Each transfer requires copying text, downloading images, uploading to WordPress media library, setting categories, adding tags, and formatting—a process that can take 30-60 minutes per article.
The workflow automatically monitors your Note.com RSS feed for new articles, fetches the complete content through Note.com's API, uses OpenAI to analyze the article and assign appropriate WordPress categories and tags, downloads all images (including featured images), uploads them to your WordPress media library, replaces image URLs in the content, and publishes the post with proper formatting—all without manual intervention.
Beyond simple transfer, this automation adds intelligent content organization that improves SEO and user experience. The AI categorization ensures articles appear in the right site sections, while automated image handling preserves visual quality and optimizes loading speed.
How It Works
1. RSS Feed Monitoring
The workflow starts by checking your Note.com RSS feed at regular intervals (default: hourly). When a new article is detected, it triggers the automation pipeline and extracts the article URL for processing.
2. Content Extraction & AI Analysis
The system fetches the full article content from Note.com's API, including text, images, and metadata. This content is then sent to OpenAI with a custom prompt that analyzes the article's themes, topics, and context to determine the most relevant WordPress categories and tags from your predefined taxonomy.
3. Image Processing & Upload
All images from the Note.com article are downloaded, optimized if needed, and uploaded to your WordPress media library. The workflow identifies the featured image and sets it appropriately, while replacing all image URLs in the article content to point to your WordPress-hosted versions.
4. WordPress Publication
Using WordPress REST API with Application Password authentication, the workflow creates a new post with the analyzed categories, tags, formatted content, and featured image. You can configure it to publish immediately or save as drafts for review.
Who This Is For
This workflow is ideal for bloggers, content marketers, and businesses who maintain both a Note.com presence and a WordPress website. It's particularly valuable for:
- Content creators who publish tutorials or articles on Note.com but want them on their WordPress blog
- Marketing teams distributing content across multiple platforms while maintaining a central WordPress hub
- Small business owners who use Note.com for quick publishing but need organized content on their main website
- SEO-focused publishers who want consistent categorization and tagging across all content
- Agencies managing multiple client websites with content from various sources
What You'll Need
- Note.com account with published articles (free account works)
- Self-hosted WordPress site with REST API enabled (most modern WordPress installations have this)
- OpenAI API key (for intelligent categorization—sign up at platform.openai.com)
- WordPress Application Password (generated from Users → Your Profile in WordPress admin)
- n8n instance (cloud or self-hosted) to run the workflow
Pro tip: Before implementing, map your WordPress categories and tags to common topics in your Note.com content. This helps the AI make better categorization decisions.
Quick Setup Guide
- Download the template using the button above and import it into your n8n instance
- Configure the RSS Trigger by replacing the example Note.com RSS feed URL with your actual profile feed
- Add your OpenAI API credentials in the OpenAI node settings
- Set up WordPress authentication by creating an Application Password and adding it with your site URL
- Customize the AI prompt in the OpenAI node to reference your specific WordPress categories and tags
- Test with a single article by manually triggering the workflow before enabling automated scheduling
- Activate the schedule to run hourly or daily based on your publishing frequency
Key Benefits
Save 5-10 hours per month on manual content transfer and formatting. What used to take 30-60 minutes per article now happens automatically in the background.
Improve SEO through consistent categorization powered by AI analysis. Articles are automatically tagged with relevant keywords and placed in appropriate categories.
Maintain visual quality with automated image handling. All images are downloaded, optimized, and uploaded to your WordPress media library with proper attribution.
Reduce human error in copying, formatting, and categorization. The automated process ensures consistency across all published content.
Scale content distribution without proportional increase in administrative work. Publish to multiple platforms while maintaining a centralized WordPress repository.