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

Translate cocktail instructions using LingvaNex
View
GitHub Stickynote Update Triggered
View
Stickynote Automation Webhook
View
Receive updates when a form is submitted in Mautic, and send a confirmation SMS
View
Mattermost Pagerduty Automate Webhook
View
Email mailbox as Todoist tasks
View
Get synonyms of a German word
View
Flux Dev Image Generation Fal.ai
View
Create, update, and get activity in Strava
View
Noop GoogleSheets Create Webhook
View