n8n
Workflow
Receive Updates For Gitlab Events
This n8n workflow updates tasks and integrates with various services. Receive Updates For Gitlab Events - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow updates tasks and integrates with various services. Receive Updates For Gitlab Events - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
Source Code
{
"nodes": [
{
"name": "Gitlab Trigger",
"type": "n8n-nodes-base.gitlabTrigger",
"position": [
460,
480
],
"webhookId": "0e855b27-6465-42be-9610-c61b2e09cef9",
"parameters": {
"owner": "n8n-io",
"events": [
"*"
],
"repository": "n8n-docs"
},
"credentials": {
"gitlabApi": "gitlab_creds"
},
"typeVersion": 1,
"id": "56c35b84-629d-423e-b393-7234d10b778c"
}
],
"connections": [],
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow