🔔 RSS Webhook Service

Receives webhook notifications from RSS.app and saves them to Strapi

Strapi Connection: ✅ Configured
Strapi URL: https://stg-api.trugamer.com

📡 Endpoints

POST/webhook/rss

Webhook endpoint for RSS.app to send new article notifications

GET/health

Health check endpoint

🔗 Your Webhook URL

http://your-server:4000/webhook/rss

🛠 Local Testing with ngrok

ngrok http 4000

Then use the ngrok URL: https://xxxx.ngrok.io/webhook/rss

⚙️ Environment Variables

PORT=4000
STRAPI_URL=http://localhost:1337
STRAPI_API_TOKEN=your-strapi-api-token