Use this powerful n8n workflow to automatically fetch and publish all release-related stories in Storyblok using the Management API. A critical n8n template for content operations.
Download this n8n workflow template and start using it instantly.
Managing content releases often requires publishing multiple related stories simultaneously. Manually selecting and publishing numerous draft items, especially release notes or feature announcements (identified by a common prefix like release), can be tedious and prone to human error. This specialized n8n workflow addresses this challenge by providing a fast, automated solution.
This robust n8n automation utilizes the Storyblok Management API to filter and fetch only the relevant stories (those starting with 'release'). It then efficiently processes this list, ensuring every retrieved story is published instantly. This powerful n8n template simplifies your content release pipeline, ensuring consistency and speed in your operations.
This content operations n8n workflow executes a simple yet powerful sequential logic:
getAll operation against the Management API. Crucially, it applies a filter (starts_with: release), instructing n8n to retrieve only stories whose slugs begin with the word 'release' from the designated space.publish operation. It uses an expression ({{$node["Storyblok"].json["id"]}}) to dynamically retrieve the specific Story ID from the current item being processed, executing the publish command sequentially for every story that matched the initial filter. This completes the fully automated n8n workflow.To deploy this n8n workflow, follow these steps:
storyblok-tanay (or update the credentials settings in both Storyblok n8n node instances to match your custom credential name).space ID (currently set to 96940) and the starts_with filter ('release') in the first Storyblok n8n node to ensure they match your desired content space and filtering criteria.Operation: getAll, Source: managementApi, Filters: starts_with: release. This is the core filtering n8n node.Operation: publish, Story ID: {{$node["Storyblok"].json["id"]}}. This ensures the operation is performed on every item found by the initial Storyblok n8n node.Use this powerful n8n workflow to fetch all contacts from GetResponse, filter based on their current campaign, and selectively update their campaign membership using core logic n8n nodes.

Automate Sentry release creation and retrieve a complete list of all active releases using this useful n8n workflow. Perfect for DevOps monitoring and application lifecycle management.

Automate syncing Squarespace orders directly to Google Sheets using this pre-built n8n workflow. Leverage the n8n node for efficient data extraction and updates.

Use this specialized n8n workflow to quickly fetch and list all active and inactive n8n flows running on your instance. Essential for n8n DevOps and administration tasks.

Use this powerful n8n workflow to generate and send a daily, curated newsletter using Perplexity AI. Automate content creation for MBA, PM, and AI news directly to your inbox.









































