WordPress Posts to Medium Publisher
detail.loadingPreview
Automatically fetches WordPress posts and publishes them to Medium.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to automate the process of publishing content from a WordPress blog to Medium. It fetches recent posts from a specified WordPress site, extracts relevant information, and then publishes them as new articles on Medium.
Key Features
- Fetches post titles and URLs from a WordPress site.
- Extracts the main content of each post.
- Publishes extracted content to Medium with customizable tags and publish status.
- Includes error handling for robustness.
How To Use
- Configure the first 'HTTP Request' node with the URL of your WordPress site (e.g.,
{{ $env.WEBHOOK_URL }}). - Use the first 'HTML' node to extract post titles and their corresponding URLs.
- Utilize the 'Item Lists' node to process these posts.
- Configure the second 'HTTP Request' node with the URL of your WordPress site to fetch post content.
- Use the second 'HTML' node to extract the main content of the posts.
- Set up the 'Medium' node with your Medium credentials and desired settings (title, content, tags, publish status).
Apps Used
Workflow JSON
{
"id": "414f574f-d90c-48b0-a500-a254fc170926",
"name": "WordPress Posts to Medium Publisher",
"nodes": 0,
"category": "Content Publishing",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 414f574f-d90c...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Publish Post to Medium Publication
Publishes a post to a specified Medium publication.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Automate DOCX to PDF Conversion and Save Locally
This workflow automates the process of converting a Microsoft Word DOCX file to a PDF document. It downloads a source DOCX file, uses ConvertAPI to perform the conversion, and then saves the resulting PDF file directly to your local disk.