🔔 RSS Webhook Service

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

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

📡 Endpoints

POST/webhook/rss

Webhook endpoint for RSS.app to send new article notifications

GET/articles

View raw webhook data received from RSS.app

DELETE/articles

Clear all stored webhook data

GET/health

Health check endpoint

🔗 Your Webhook URL

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

🛠 Local Testing with ngrok

ngrok http 4001

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