Automate Storyblok Content Publishing with n8n
detail.loadingPreview
Streamline your content workflow by automating the publishing of Storyblok content. This n8n workflow fetches specific content entries and publishes them with a single click, saving you valuable time.
About This Workflow
This n8n workflow empowers you to automate the publishing of your content housed within Storyblok. Designed for efficiency, it allows you to trigger a content publishing process manually. Upon execution, the workflow intelligently fetches all Storyblok content entries that begin with the 'release' prefix. It then takes the ID of the first fetched entry and publishes it through the Storyblok Management API. This significantly reduces the manual effort involved in content release cycles, ensuring your content goes live precisely when intended with minimal friction.
Key Features
- Manual Trigger: Initiate the publishing process with a simple click.
- Storyblok Content Fetching: Retrieve specific content entries based on naming conventions (e.g., starting with 'release').
- Automated Publishing: Publish fetched content directly via the Storyblok Management API.
- Dynamic Content Selection: Leverages the ID of the fetched content for publishing.
How To Use
- Manual Trigger Node: Add and configure the 'Manual Trigger' node to start the workflow on demand.
- Storyblok 'getAll' Node: Configure the first 'Storyblok' node to connect to your Storyblok space using the Management API. Set the
operationto 'getAll' and specify afiltersuch asstarts_with: 'release'to retrieve specific content entries. - Storyblok 'publish' Node: Add a second 'Storyblok' node. Connect it to the output of the first Storyblok node. In the parameters, use an expression
={{$node["Storyblok"].parameter["space"]}}for thespaceand={{$node["Storyblok"].json["id"]}}for thestoryIdto dynamically reference the fetched content. Set theoperationto 'publish'.
Apps Used
Workflow JSON
{
"id": "689b781b-5d02-4053-9321-bfe861689bb6",
"name": "Automate Storyblok Content Publishing with n8n",
"nodes": 22,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 689b781b-5d02...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.