Workflow: Manual Storyblok Import

Workflow Details

Download Workflow
{
    "id": "110",
    "name": "Get all the stories starting with `release` and publish them",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "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
        },
        {
            "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
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Storyblok": {
            "main": [
                [
                    {
                        "node": "Storyblok1",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Storyblok",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

[n8n] - Shopify Orders to D365 Business Central Sales Orders / Sales Invoices
View
Personal Portfolio Resume CV Chatbot
View
Stickynote Hackernews Automate Triggered
View
Calendly Notion Automate Triggered
View
Microsoft Outlook AI Email Assistant
View
Very simple Human in the loop system email with AI e IMAP
View
HTTP Respondtowebhook Import Webhook
View
Receive messages for an ActiveMQ queue via AMQP Trigger
View
Autopilot Automate
View
Telegram Weather Workflow
View