n8n flows
OLD: ShipHero Shipment → Queue
Retired ingestion flow that received ShipHero shipment events and pushed them onto a Supabase queue for downstream processing.
Deprecated, not in use. This retired flow received ShipHero shipment events and pushed them onto a Supabase queue for downstream processing. It has been superseded by the current shipment and PO flows and no longer runs.
At a glance
- Status: Inactive / retired. Explicitly flagged "OLD NOT IN USE."
- Trigger: Not retrievable.
- Runs on: Historically, inbound ShipHero shipment events.
- Talks to: ShipHero and Supabase (inferred).
How it works
The node graph is not available. Inferred from its name and cross-references: it received a ShipHero shipment payload and enqueued it into a Supabase queue table, where OLD: Process Supabase Queue picked it up for processing.
Notes
- This workflow is not exposed to MCP (
Available in MCPis disabled), so its nodes cannot be read directly. Enable MCP access on the workflow card to document it in full. - Formed the front half of the retired ShipHero → Supabase queue pipeline, superseded by the current shipment/PO flows.
Related
- OLD: Process Supabase Queue: the retired back half that consumed this queue.
- Re-Do Error Runs manually repairs failed ShipHero-shipment ingestions from this era.
- Missing Shipment Data Pull (v1): the current shipment ingestion that superseded this pipeline.
- Purchase Order Update Handler: the current queue-driven PO handler.
- See also Data flows.