TradingView Alert Webhook Integration

Job ID: 39996154

Budget: $15 – $25 USD

I use TradingView to generate strategy alerts and now I want every alert to reach my own API server in real-time. Your task is to bridge the two: configure TradingView so that each signal alert is fired as a push notification (webhook) or something and build or adjust the endpoint on a server that receives the JSON payload, verifies it, and returns a simple 200 OK.

You’ll work with my existing server stack (Node.js/Express, but I’m flexible if you prefer Python’s FastAPI or anythinh) and document the exact configurations and alert message format so I can expand it later. The final result should let me:

• Create or edit an alert on TradingView with the correct webhook URL and message template.
• See the alert arrive at the server instantly, parsed and logged.
• Confirm basic error handling—signature check or token header—so unknown sources are rejected.

Please include concise setup instructions and a quick test script that triggers a sample payload. If you’ve done similar TradingView integrations before, let me know; working examples speak louder than words.