Web Scraping & Data Extraction
0143 HTTP Gitlab Automation Webhook
0143 HTTP Gitlab Automation Webhook
Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
3
Node Types
0
Workflow JSON
1.76 KB
{
"name": "0143 HTTP Gitlab Automation Webhook",
"nodes": [
{
"name": "Gitlab Trigger",
"type": "n8n-nodes-base.gitlabTrigger",
"position": [
240,
140
],
"parameters": {
"owner": "tennox",
"events": [
"tag_push"
],
"repository": "ci-test"
},
"typeVersion": 1
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
820,
40
],
"parameters": {
"url": "https://app.getoutline.com/api/documents.create",
"options": {},
"requestMethod": "POST",
"authentication": "headerAuth",
"jsonParameters": true,
"bodyParametersJson": "={ \n\"collectionId\": \"PLACEHOLDER\",\n\"parentDocumentId\": \"PLACEHOLDER\",\n\"publish\": true, \n\"title\": {{JSON.stringify(\"Release \" + $json.body.name)}},\n\"text\": {{JSON.stringify($json.body.description + '\\n\\n\\\\\\n[More info](' ...Showing first 1000 characters. Click "Expand" to view the full JSON.