Automate Storyblok Story Publishing with n8n
detail.loadingPreview
Streamline your content workflow by automatically publishing Storyblok stories that begin with 'release'. This n8n workflow ensures your latest release content is always live with a single click.
About This Workflow
This n8n workflow is designed to automate the process of publishing specific content from Storyblok. By setting up a manual trigger, you can initiate a process that queries your Storyblok space for all content items whose titles start with the word 'release'. Once these relevant stories are identified and retrieved via the Storyblok Management API, the workflow then proceeds to publish each of them. This eliminates the need for manual checks and individual publishing actions, saving time and reducing the risk of human error, especially for time-sensitive release announcements or updates.
Key Features
- Automated Story Retrieval: Automatically fetches all Storyblok stories matching a specific naming convention (e.g., starting with 'release').
- One-Click Publishing: Publishes all identified stories with a single execution of the workflow.
- API Integration: Leverages the Storyblok Management API for seamless content interaction.
- Configurable Trigger: Initiated via a simple manual execution.
How To Use
- Trigger Setup: The workflow begins with a 'Manual Trigger'. Clicking 'execute' on this node will start the automation.
- Story Retrieval: Configure the first 'Storyblok' node to connect to your Storyblok space using the Management API. Set the
operationtogetAlland use thefiltersparameter to specifystarts_with: 'release'in thenamefield. - Story Publishing: The second 'Storyblok' node uses the
operationset topublish. It dynamically pulls thespaceandstoryIdfrom the previous 'Storyblok' node's output, ensuring that each retrieved story is published individually.
Apps Used
Workflow JSON
{
"id": "91568de7-3c89-4b45-aba4-85731bc6cd15",
"name": "Automate Storyblok Story Publishing with n8n",
"nodes": 13,
"category": "DevOps",
"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: 91568de7-3c89...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Related Workflows
Discover more workflows you might like
Automated PR Merged QA Notifications
Streamline your QA process with this automated workflow that notifies your team upon successful Pull Request merges. Leverage AI and vector stores to enrich notifications and ensure seamless integration into your development pipeline.
Automate Qualys Report Generation and Retrieval
Streamline your Qualys security reporting by automating the generation and retrieval of reports. This workflow ensures timely access to crucial security data without manual intervention.
Visualize Your n8n Workflows: Interactive Dashboard with Mermaid.js
Gain unparalleled visibility into your n8n automation landscape. This workflow transforms your n8n instance into a dynamic, interactive dashboard, leveraging Mermaid.js to visualize all your workflows in one accessible place.