This 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).id
name
price
sale_price
image
lectures
views
rating
language
category
subcategory
slug
store
sale_start
id
, 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.com
x-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.