Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
This workflow fetches free Udemy courses hourly via the Udemy Coupons and Courses API on RapidAPI, filters them, and updates a Goog...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.emailsend, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sk developer .
Original n8n.io sourceThis workflow fetches free Udemy courses hourly via the Udemy Coupons and Courses API on RapidAPI, filters them, and updates a Google Sheet. It sends alerts on errors for smooth monitoring.
sale_price of zero (free courses).idnamepricesale_priceimagelecturesviewsratinglanguagecategorysubcategoryslugstoresale_startid, name, price, etc.).gid.id as the unique key for updates.Sign up/Login: Visit RapidAPI Udemy Coupons and Courses API and create an account or log in.
Subscribe to API: Subscribe to the Udemy Coupons and Courses API plan (free or paid).
Get API Key: Navigate to your dashboard and copy your x-rapidapi-key.
Configure HTTP Request: In your workflow’s HTTP Request node:
Set method to POST.
URL: https://udemy-coupons-and-courses.p.rapidapi.com/featured.php
Add headers:
x-rapidapi-host: udemy-coupons-and-courses.p.rapidapi.comx-rapidapi-key: your copied API keySet content type to multipart/form-data.
Add body parameter: page=1 (or as needed).
Test API: Run the node to ensure the API responds with data successfully before continuing workflow setup.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Track free Udemy courses automatically with RapidAPI and Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Market Research, Personal Productivity |
| Author | Sk developer |
| Published | 04 Sept 2025 |
Use the JSON export at /data/workflows/8248/8248.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow fetches free Udemy courses hourly via the Udemy Coupons and Courses API on RapidAPI, filters them, and updates a Goog...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, Personal Productivity use case.