Html Automate

Html Automate delivers a daily email summary of curated financial news at 7:00 AM. It extracts key headlines and sections from various sources, aggregates the content, and generates a structured HTML summary using AI. This workflow ensures investors receive a clear and concise overview of market developments, enhancing their decision-making process.

7/4/2025
8 nodes
Medium
schedulemediumschedule triggerlangchainsticky notemicrosoftoutlookautomationapiintegrationcron
Categories:
Communication & MessagingSchedule TriggeredMedium Workflow
Integrations:
Schedule TriggerLangChainSticky NoteMicrosoftOutlook

Target Audience

This workflow is ideal for financial analysts, investors, and business professionals who need timely and concise updates on market trends and financial news. It is particularly beneficial for those who rely on accurate information to make informed decisions in their investments and business strategies.

Problem Solved

This workflow addresses the challenge of gathering and summarizing financial news efficiently. It automates the extraction of critical news headlines and sections from reputable financial sources, ensuring that users receive a well-structured summary of the most relevant information every day at 7:00 AM. This helps users stay informed without spending excessive time searching for news.

Workflow Steps

  • Schedule Trigger: Activates the workflow daily at 7:00 AM.
    2. Fetch Financial News: Retrieves the latest financial news from ft.com through an HTTP request.
    3. Extract News Headlines and Sections: Utilizes CSS selectors to parse specific areas of the HTML page, capturing key headlines such as:
    - Headline #1
    - Headline #2
    - Editor's Picks
    - Top Stories
    - Spotlight
    - Various News
    - Europe News
    4. Aggregate News Content: Combines all extracted news into a single dataset, organizing content under relevant categories for clarity.
    5. AI Agent for Summarization: Employs the Google Gemini Chat Model to generate a structured summary in HTML format, optimizing it to provide investors with a clear market overview.
    6. Email Dispatch: Sends the summarized content via Microsoft Outlook with the subject "Financial news from today," formatted in HTML for clarity and readability.
  • Customization Guide

    Users can customize this workflow by:
    - Modifying the CSS selectors in the Extract specific content node to target different headlines or sections based on their preferences.
    - Adjusting the Schedule Trigger parameters to change the frequency or time of execution according to their needs.
    - Altering the content of the summary generated by the AI Agent by adjusting the system message to focus on different aspects of financial news.
    - Updating the recipient list in the Send the summary by e-mail node to ensure the summary reaches the desired audience.