n8n Workflow

Get Entries From A Cockpit Collection

This n8n workflow retrieves tasks and integrates with various services. Get Entries From A Cockpit Collection - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow retrieves tasks and integrates with various services. Get Entries From A Cockpit Collection - ready to import and run in your n8n instance.
Features:
  • Automates workflow tasks
  • Ready to import into n8n
  • Configurable parameters
  • Retrieves data from external sources
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                750,
                360
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "9e088172-817f-4ac8-b5cb-8fe457fd00f9"
        },
        {
            "name": "Cockpit",
            "type": "n8n-nodes-base.cockpit",
            "position": [
                950,
                360
            ],
            "parameters": {
                "options": [],
                "collection": "samplecollection"
            },
            "credentials": {
                "cockpitApi": "cockpit api"
            },
            "typeVersion": 1,
            "id": "94e74a3e-ce50-4735-92c3-29b8e364249c"
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Cockpit",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows