v0.31.1
July 2, 2026
A Flow Template Library and a smoother n8n integration — open the workflow in one click and test webhooks with a guided popup.
-
Feature
Flow Template Library ("Modelli")
A new **Templates** page from the Flows section, with three tabs: *Business Model Flows* (ready-made bundled templates), *My templates* (your saved ones) and *Marketplace* (coming soon). Turn a template into a new Draft flow in one click, and use **"Save as template"** from any existing flow.
-
Integration
Open the n8n workflow in one click
From the *Integrations* screen (on n8n connectors) and from the automatic Webhook task, a link takes you straight to the linked n8n workflow editor — handy to jump from the flow to the technical side.
-
Integration
Guided webhook testing
The **Test** button now opens a popup with an editable sample payload and a *Test/Production* toggle (default: Test). In Test mode the call hits n8n's **test** webhook, so you can watch the request arrive while you design the workflow (remember to enable *"Listen for test event"* in n8n).
-
Integration
More context sent to n8n
Webhook calls now automatically include the flow and item references (flow code, version, entity reference, title) — useful for correlation, idempotency and automations on the n8n side.
-
Security
Local n8n no longer blocked
Importing, testing and running webhooks against an n8n instance on *localhost* / a private network (appliance or dev) are no longer wrongly blocked by the security check, while calls to the public Internet stay protected.