Html Automate

For Medium, this workflow automates the extraction of blog posts from a specified URL, organizes the data, and publishes it seamlessly. It simplifies the process of sharing content by extracting titles, introductions, and links, ensuring a streamlined approach to content management. With 10 integrated nodes, it enhances efficiency and saves time, allowing users to focus on creating engaging content.

7/8/2025
10 nodes
Medium
manualmediumitemlistssplitinbatchessticky noteapiintegration
Categories:
Manual TriggeredMedium WorkflowCreative Content & Video Automation
Integrations:
ItemListsMediumSplitInBatchesSticky Note

Target Audience

This workflow is ideal for:
- Content Creators: Bloggers and writers looking to automatically share their posts on Medium.
- Digital Marketers: Professionals who want to streamline their content distribution across platforms.
- Small Business Owners: Entrepreneurs who manage their own blogs and need an efficient way to promote content.
- Social Media Managers: Individuals responsible for managing content across various platforms who need to automate posting processes.

Problem Solved

This workflow addresses the challenge of manually extracting blog content and sharing it on Medium. It automates the process of:
- Extracting titles and URLs from a specified blog.
- Fetching content from these URLs.
- Publishing this content to Medium, thereby saving time and ensuring consistency in content sharing.

Workflow Steps

  • Manual Trigger: The workflow starts when the user clicks 'Execute Workflow'.
    2. HTTP Request: It makes a request to the specified blog URL (e.g., https://mailsafi.com/blog/) to fetch the HTML content.
    3. HTML Extraction: The workflow extracts key data such as post titles and links from the fetched HTML content.
    4. Item Lists: The extracted data is organized into item lists for easy management.
    5. Loop Over Items: The workflow iterates over each item (post) to process them individually.
    6. HTTP Request for Content: For each post, it makes another HTTP request to fetch the detailed content.
    7. Content Extraction: It extracts the title, introduction, and full content of the blog post.
    8. Publishing to Medium: Finally, it publishes the extracted content to Medium with specified tags and settings.
  • Customization Guide

    Users can customize this workflow by:
    - Changing the Source URL: Update the URL in the HTTP Request node to point to a different blog.
    - Modifying CSS Selectors: Adjust the CSS selectors in the HTML extraction nodes to match the structure of the target blog's HTML.
    - Updating Medium Post Details: Change the title, content format, and tags in the Medium node to better fit their branding or target audience.
    - Adjusting Item Limits: Modify the parameters in the Item Lists node to control how many posts are processed at once.