Quick Overview
Quick Overview This workflow exposes an n8n webhook that reads today’s tech trends from an n8n Data Table, formats the top items into a SwiftBar menu payload, and returns the result as a JSON response for display in the macOS menu bar. How it works Receives a webhook request and waits to respond via a dedicated response step. Queries the n8n Data Table named tech_trends for rows matching the configured date filter. Filters and sorts the results by score, selects the top 10 items, and formats them into SwiftBar menu lines. Returns the formatted SwiftBar output as an application/json response (with CORS enabled) to the original webhook request. Setup Create and populate an n8n Data Table named tech_trends with fields such as date, title, source, and optional score (typically filled by a separate “collector” workflow). Update the Data Table filter value for date so it matches your desired “today” logic (the template currently uses a fixed date). Copy the production webhook URL from the webhook trigger and configure SwiftBar (or your SwiftBar script) to call it on its refresh interval. An n8n automation workflow template by Jade.
Jade
web
free
Others in the same category, ranked by how often they are opened.