Use Cases
- Automate news updates from Hacker News to Telegram
- Receive instant notifications on data changes
- Schedule regular data retrieval without manual intervention
How It Works
Trigger the workflow every five minutes using a cron job Fetch the latest data from Hacker News via an HTTP request Wait for a specified duration before the next data retrieval Compare the newly fetched data with the previous data Send a notification to Telegram if changes are detected
Setup Steps
- 1Import the workflow template into your n8n instance
- 2Configure the Telegram credentials for notifications
- 3Set the desired chat ID for receiving messages
- 4Adjust the URL in the HTTP request if needed
- 5Activate the workflow to start receiving updates
Apps Used
Hacker News
Telegram
Categories
Target Roles
Industries
Tags
#notifications
#process automation
#workflow management