Automated News Extraction and Email Notification Workflow

somdn_product_page

This n8n workflow automates the process of fetching the latest news headlines from Hacker News, extracting relevant data, saving it into a spreadsheet, and sending an email notification with the news attached. Triggered manually, the workflow begins when the user clicks ‘execute.’ It then makes an HTTP request to Hacker News, retrieves the webpage, and extracts news titles and URLs using HTML extraction nodes. The extracted data is split into separate lists for titles and URLs, which are then merged based on their index positions to align each headline with its URL. The combined data is saved into a structured spreadsheet file named with the current date. Finally, an email notification is sent with the news file attached, providing an automated way to stay updated with the latest headlines.

Node Count

6 – 10 Nodes

Nodes Used

emailSend, htmlExtract, httpRequest, itemLists, manualTrigger, merge, spreadsheetFile

Reviews

There are no reviews yet.

Be the first to review “Automated News Extraction and Email Notification Workflow”

Your email address will not be published. Required fields are marked *