Use Cases
- Monitor prices of multiple products across different e-commerce platforms.
- Receive notifications when a product's price drops below a specified threshold.
- Automate the tracking of price changes for competitive analysis.
How It Works
Triggers every 15 minutes to check product prices. Fetches product data from specified URLs using HTTP requests. Extracts price information using CSS selectors. Processes extracted data to determine if the price has changed. Sends email notifications to users when a better price is detected.
Setup Steps
- 1Import the workflow template into n8n.
- 2Configure the email settings with your SMTP credentials.
- 3Set up product URLs and CSS selectors in the 'changeME' function.
- 4Test the workflow to ensure proper data extraction and notifications.
Apps Used
File Management
Categories
Target Roles
Industries
Tags
#notifications
#email automation
#process automation