Integration#WebSocket#Realtime#Relay#Monitoring
Realtime WebSocket Alert Relay
Listen to an external WebSocket feed, audit critical events, and forward them to another realtime channel.
Realtime WebSocket Alert Relay
Use Heym as a lightweight relay between two realtime systems. This template listens to an external socket feed, filters for critical alerts, logs the forwarded payload, and republishes it to another WebSocket endpoint.
What this workflow does
- Sticky Note documents the expected payload shape on the canvas
- WebSocket Trigger subscribes to an external event stream
- Condition filters for critical JSON alerts only
- Console Log writes the forwarded alert to backend logs
- WebSocket Send republishes the alert to a downstream fanout channel
- Non-critical events fall through to Output for lightweight run tracking
Use cases
- Operations alert fanout
- Telemetry bridge between internal systems
- Realtime event normalization before downstream processing
Setup
Set the upstream and downstream WebSocket URLs to your own services. If the remote sockets require auth, add handshake headers in the trigger and send nodes.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3Press Cmd+V / Ctrl+V — nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
#WebSocket#Realtime#Relay#Monitoring
Click a node to select it — same as the Heym editor; the panel shows its settings.
7 nodes · Free & source-available
More workflow templates
Explore related automations — each page links to other templates so you can discover more use cases.
- Jina Web FetcherFetch clean, LLM-ready text from any URL using the Jina Reader API.
- Open-Meteo Weather SnapshotPull live weather (no API key) from Open-Meteo for any city coordinates — great for travel bots and dashboards.
- ZenQuotes Random QuoteFetch a random inspirational quote as JSON from the free ZenQuotes API — no API key, ideal for bots and UI demos.
- Discord Incoming WebhookPost a message to a Discord channel with a single HTTP node — structured text input and webhook JSON body.
- Google Sheets AI EnricherRead new rows from Google Sheets, classify or enrich them with an LLM, and write the results back automatically.
- Drive Share Link MailerFetch a remote file into Drive, return the download link immediately, and email the same link asynchronously.
- RabbitMQ Delayed PublisherPublish a release message to RabbitMQ with an optional delivery delay for downstream consumers.
- Batch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- IMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- Cursor Post NotifierMonitor the Cursor blog on a schedule and Slack-notify your team when a new post goes live.
- Gemini Image CreatorGenerate images from a text prompt using Gemini's native image output.
- PDF / DOCX Translation AgentTranslate the full text of any uploaded document using an AI agent.