Creative Content & Video Automation

1086 Manual Contentful Automation Triggered

1086 Manual Contentful Automation Triggered

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

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

877 Bytes
{
  "name": "1086 Manual Contentful Automation Triggered",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        150,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Contentful",
      "type": "n8n-nodes-base.contentful",
      "position": [
        350,
        300
      ],
      "parameters": {
        "operation": "getAll",
        "returnAll": true,
        "additionalFields": {}
      },
      "credentials": {
        "contentfulApi": "contentful"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Contentful",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}