Account settings
Manage billing, API keys, and push alerts.
Signed in as unknown user.
API key
The key is provisioned automatically once your subscription is active.
Automation recipes
Drop these into Zapier, n8n, or your own workers to pull signals or schedule posts.
Latest signals
curl -H "Authorization: Bearer YOUR_API_KEY" \ "https://signal-relay-hub-flsg.vercel.app/api/events?limit=10"
Schedule a drip
curl -X POST "https://signal-relay-hub-flsg.vercel.app/api/drip-queue" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"channel":"telegram","scheduledAt":"2026-04-02T09:00:00Z","text":"Top 5 signals"}'Telegram alerts
Stay in sync via push
Connect Telegram to receive push alerts the second new signals land.
- Open @signalrelayhub_bot
- Send it the command below.
/connect
Refresh this page after you send the command.