n8n Workflow

Get Details Of A Gitlab Repository

This n8n workflow retrieves tasks and integrates with various services. Get Details Of A Gitlab Repository - 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 Details Of A Gitlab Repository - 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": [
                440,
                320
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "6028f017-70fc-4785-bdf9-7b6bd1cf0efb"
        },
        {
            "name": "Gitlab",
            "type": "n8n-nodes-base.gitlab",
            "position": [
                780,
                320
            ],
            "parameters": {
                "owner": "shaligramshraddha",
                "resource": "repository",
                "operation": "get",
                "repository": "trial"
            },
            "credentials": {
                "gitlabApi": "new"
            },
            "typeVersion": 1,
            "id": "6a66ddc8-63b0-4119-8e90-e7af171da02f"
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Gitlab",
                        "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