Creative Content & Video Automation

Get all the stories starting with `release` and publish them

Get all the stories starting with `release` and publish them

Manual
Low
3
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
3
Node Types
0

Workflow JSON

1.62 KB
{
  "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",
        "opti...

Showing first 1000 characters. Click "Expand" to view the full JSON.