n8n Workflow

Get All The Stories And Publish Them In Storyblok

This n8n workflow automates tasks using Storyblok. Get All The Stories And Publish Them In Storyblok - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Storyblok. Get All The Stories And Publish Them In Storyblok - ready to import and run in your n8n instance.
Features:
  • Integrates with Storyblok
  • Retrieves data from external sources
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "2265eee6-c6a9-402f-b896-0fed0e4f2c34"
        },
        {
            "name": "Storyblok",
            "type": "n8n-nodes-base.storyblok",
            "position": [
                450,
                300
            ],
            "parameters": {
                "space": 96940,
                "source": "managementApi",
                "filters": {
                    "starts_with": "release"
                },
                "operation": "getAll"
            },
            "credentials": {
                "storyblokManagementApi": "storyblok-tanay"
            },
            "typeVersion": 1,
            "id": "000ce4a2-9b23-446a-98dd-51a61edacd6a"
        },
        {
            "name": "Storyblok1",
            "type": "n8n-nodes-base.storyblok",
            "position": [
                650,
                300
            ],
            "parameters": {
                "space": "={{$node[\"Storyblok\"].parameter[\"space\"]}}",
                "source": "managementApi",
                "options": [],
                "storyId": "={{$node[\"Storyblok\"].json[\"id\"]}}",
                "operation": "publish"
            },
            "credentials": {
                "storyblokManagementApi": "storyblok-tanay"
            },
            "typeVersion": 1,
            "id": "6f7e8414-cc70-44b5-b551-fe20041e736a"
        }
    ],
    "connections": {
        "Storyblok": {
            "main": [
                [
                    {
                        "node": "Storyblok1",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Storyblok",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Storyblok API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows