Automate Storyblok Content Publishing for Release-Ready Stories
detail.loadingPreview
Effortlessly publish all your Storyblok stories that begin with 'release' to your live environment. This workflow automates the tedious task of manual content release, ensuring your latest features and updates are always live.
About This Workflow
This n8n workflow streamlines your Storyblok content management by automating the publishing process for release-specific stories. Upon manual execution, it intelligently fetches all content items from your Storyblok space whose titles or slugs start with the prefix 'release'. Once these stories are identified, the workflow proceeds to publish them, making them live and accessible to your audience. This is invaluable for teams that use naming conventions to signal content ready for deployment, saving significant manual effort and reducing the risk of human error in the publishing pipeline.
Key Features
- Automated Story Retrieval: Automatically fetches all Storyblok stories matching a specific naming convention.
- Conditional Publishing: Only publishes stories that are identified as 'release' content.
- Manual Trigger: Allows for controlled execution, ensuring you initiate publishing at the right time.
- Seamless Integration: Connects directly with your Storyblok Management API.
How To Use
- Trigger the Workflow: Click the 'execute' button on the manual trigger node to initiate the process.
- Connect Storyblok: Ensure your Storyblok Management API credentials are set up and selected in the 'Storyblok' node.
- Configure Story Filtering: In the 'Storyblok' node, verify that the 'space' ID is correct and that the 'filters' are set to 'starts_with: release'.
- Review and Publish: The workflow will retrieve matching stories and then automatically publish them using the 'publish' operation in the second 'Storyblok' node. The second node automatically uses the space and story ID from the previous node.
Apps Used
Workflow JSON
{
"id": "9fc2235c-4edd-4333-b02e-61f6e0111e7b",
"name": "Automate Storyblok Content Publishing for Release-Ready Stories",
"nodes": 10,
"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: 9fc2235c-4edd...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
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.
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.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.