Receives webhook notifications from RSS.app and saves them to Strapi
/webhook/rss
Webhook endpoint for RSS.app to send new article notifications
/health
Health check endpoint
http://your-server:4000/webhook/rss
ngrok http 4000
Then use the ngrok URL: https://xxxx.ngrok.io/webhook/rss
PORT=4000 STRAPI_URL=http://localhost:1337 STRAPI_API_TOKEN=your-strapi-api-token