{ "meta": { "instanceId": "workflow-5e582ab2", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.837263", "updatedAt": "2025-09-29T07:07:45.837350", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "72c8c4a7-ee03-4e43-97db-f6fc8904e5e0", "name": "Bug Webhook", "type": "n8n-nodes-base.webhook", "position": [ 1100, 360 ], "webhookId": "e6d88547-5423-4b01-bc7f-e1f94274c4b2", "parameters": { "path": "e6d88547-5423-4b01-bc7f-e1f94274c4b2", "options": {}, "httpMethod": "POST" }, "typeVersion": 1, "notes": "This webhook node performs automated tasks as part of the workflow." }, { "id": "d1f3a8c8-d4af-452f-b4df-1e2dc73f7bd3", "name": "Hidden message to add bug details", "type": "n8n-nodes-base.httpRequest", "position": [ 1840, 360 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "POST", "options": {}, "sendBody": true, "bodyParameters": { "parameters": [ { "name": "text", "value": "=Thanks for adding the bug `{{$node[\"Bug Webhook\"].json[\"body\"][\"text\"]}}` <@{{$node[\"Bug Webhook\"].json[\"body\"][\"user_id\"]}}> :rocket: Please make sure to add a way to reproduce, expected behavior and current behavior.\n\n:point_right: <{{ $json[\"data\"][\"issueCreate\"][\"issue\"][\"url\"] }}|Add your details here>" } ] } }, "typeVersion": 3, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "42977fb4-389f-4cef-855d-104f4cf0754f", "name": "Create linear issue", "type": "n8n-nodes-base.httpRequest", "position": [ 1660, 360 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": {}, "jsonBody": "={\n \"query\":\"mutation IssueCreate($input: IssueCreateInput!) {issueCreate(input: $input) {issue {id title url}}}\",\n \"variables\":{\"input\":{\"title\":\"{{ $json[\"body\"][\"text\"].replaceAll('\"',\"'\") }}\",\"teamId\":\"7a330c36-4b39-4bf1-922e-b4ceeb91850a\", \"description\":\"## Description \\n [Add a description here] \\n## Expected \\n [What behavior did you expect?] \\n## Actual \\n [What was the actual behavior? Use screenshots or videos to show the behavior] \\n## Steps or workflow to reproduce (with screenshots/recordings) \\n **n8n version:** [Deployment type] [version] \\n 1. [Replace me] \\n \\n Created by: {{ $json[\"body\"][\"user_name\"].toSentenceCase() }}\", \"labelIds\": [\"f2b6e3e9-b42d-4106-821c-6a08dcb489a9\"]}} \n}", "sendBody": true, "specifyBody": "json", "authentication": "{{ $credentials.predefinedCredentialType }}", "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "credentials": { "linearOAuth2Api": { "id": "02MqKUMdPxr9t3mX", "name": "Nik's Linear Creds" } }, "typeVersion": 3, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "ff733f62-3381-46c1-af9f-53d35f4b76ec", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "position": [ 580, 140 ], "parameters": { "color": 7, "width": 446, "height": 321, "content": "## Needed pre-work: Add a Slack App\n1. Visit {{ $env.API_BASE_URL }} click on `New App` and choose a name and workspace.\n2. Click on `OAuth & Permissions` and scroll down to Scopes -> Bot token Scopes\n3. Add the `chat:write` scope\n4. Head over to `Slash Commands` and click on `Create New Command`\n5. Use `/bug` as the command\n6. Copy the test URL from the **Webhook** node into `Request URL`\n7. Add whatever feels best to the description and usage hint\n8. Go to `Install app` and click install" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "eca6f08d-fa8d-4ac7-a048-42ce839d3e01", "name": "Sticky Note1", "type": "n8n-nodes-base.stickyNote", "position": [ 580, 540 ], "parameters": { "color": 7, "width": 599.3676814988288, "height": 298.0562060889928, "content": "## Helper nodes\nRun these to find the IDs of your team and wanted labels" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "9d42e8ea-0f35-4c46-bb75-9c6a6123f4d5", "name": "Set me up", "type": "n8n-nodes-base.set", "position": [ 1380, 360 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "38e3a1ba-fd53-43f7-949d-427425727c7e", "name": "labelIds", "type": "array", "value": "[\"f2b6e3e9-b42d-4106-821c-6a08dcb489a9\"]" }, { "id": "3825e332-a905-48d3-ac9a-46b0ce3439f6", "name": "teamId", "type": "string", "value": "7a330c36-4b39-4bf1-922e-b4ceeb91850a" } ] } }, "typeVersion": 3.3, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "b95148b2-17e0-444e-a642-a4319df9c4c5", "name": "Get all linear teams", "type": "n8n-nodes-base.httpRequest", "position": [ 634, 660 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": {}, "sendBody": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "bodyParameters": { "parameters": [ { "name": "query", "value": "{ teams { nodes { id name } } }" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "credentials": { "linearOAuth2Api": { "id": "02MqKUMdPxr9t3mX", "name": "Nik's Linear Creds" } }, "typeVersion": 3, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "04ad2f49-ef78-4d08-ab6b-d0384aee5b80", "name": "Get linear labels for a team", "type": "n8n-nodes-base.httpRequest", "position": [ 1014, 660 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": {}, "sendBody": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "bodyParameters": { "parameters": [ { "name": "query", "value": "query { team(id: \"16de8638-2729-4245-b9f8-74daf4780cb3\") { labels { nodes { id name } } } }" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "credentials": { "linearOAuth2Api": { "id": "02MqKUMdPxr9t3mX", "name": "Nik's Linear Creds" } }, "typeVersion": 3, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "4045dc92-4b9f-471c-8fb1-4d76942d0330", "name": "Set team ID", "type": "n8n-nodes-base.set", "position": [ 854, 660 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "25ed1c7d-e2c0-44b0-8b43-aa19122f6e88", "name": "teamId", "type": "string", "value": "38b31539-61e2-451c-ba06-ba8cf0d33650" } ] } }, "typeVersion": 3.3, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "e45fe192-6846-41ad-ad75-699184486b6f", "name": "Sticky Note2", "type": "n8n-nodes-base.stickyNote", "position": [ 1246.2295081967216, 164.12177985948486 ], "parameters": { "color": 5, "width": 372.78688524590143, "height": 358.12646370023407, "content": "## Setup\n1. Congifure your Slack bot using the sticky to the left\n2. Fill the `Set me up` node. You can find the IDs easily using the Helper nodes section\n3. Make sure to exchange the `Request URL` in your Slack with the Prod URL of the Webhook node before activating this workflow " }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." } ], "pinData": { "Bug Webhook": [ { "body": { "text": "My bug", "token": "YOUR_TOKEN_HERE", "command": "/bug", "team_id": "TG9695PUK", "user_id": "U047V1J0E7J", "user_name": "niklas", "api_app_id": "A06MQ8S7QM6", "channel_id": "C03600UUFSS", "trigger_id": "6716864450738.553213193971.0ef33a2db05a1d2dcf02c178d8efc534", "team_domain": "n8nio", "channel_name": "updates-workflow-templates", "response_url": "{{ $env.WEBHOOK_URL }}", "is_enterprise_install": "false" }, "query": {}, "params": {}, "headers": { "host": "internal.users.n8n.cloud", "accept": "application/json,*/*", "x-real-ip": "10.255.0.2", "user-agent": "Slackbot 1.0 (+{{ $env.API_BASE_URL }}", "content-type": "application/x-www-form-urlencoded", "content-length": "428", "accept-encoding": "gzip,deflate", "x-forwarded-for": "10.255.0.2", "x-forwarded-host": "internal.users.n8n.cloud", "x-forwarded-port": "443", "x-forwarded-proto": "https", "x-slack-signature": "v0=dae629e837d8585faf0feffd1778020aa7a47dfe759def3088179a4a70cf31db", "x-forwarded-server": "3d9f11a36e52", "x-slack-request-timestamp": "1709135352" } } ] }, "connections": { "72c8c4a7-ee03-4e43-97db-f6fc8904e5e0": { "main": [ [ { "node": "error-handler-72c8c4a7-ee03-4e43-97db-f6fc8904e5e0", "type": "main", "index": 0 } ], [ { "node": "error-handler-72c8c4a7-ee03-4e43-97db-f6fc8904e5e0-bfb460df", "type": "main", "index": 0 } ], [ { "node": "error-handler-72c8c4a7-ee03-4e43-97db-f6fc8904e5e0-1521de5a", "type": "main", "index": 0 } ], [ { "node": "error-handler-72c8c4a7-ee03-4e43-97db-f6fc8904e5e0-7a0d07ee", "type": "main", "index": 0 } ], [ { "node": "error-handler-72c8c4a7-ee03-4e43-97db-f6fc8904e5e0-83fb03f8", "type": "main", "index": 0 } ], [ { "node": "error-handler-72c8c4a7-ee03-4e43-97db-f6fc8904e5e0-d8b1db26", "type": "main", "index": 0 } ], [ { "node": "error-handler-72c8c4a7-ee03-4e43-97db-f6fc8904e5e0-6fab70f3", "type": "main", "index": 0 } ], [ { "node": "error-handler-72c8c4a7-ee03-4e43-97db-f6fc8904e5e0-e1abce3a", "type": "main", "index": 0 } ], [ { "node": "error-handler-72c8c4a7-ee03-4e43-97db-f6fc8904e5e0-882e999e", "type": "main", "index": 0 } ] ] }, "d1f3a8c8-d4af-452f-b4df-1e2dc73f7bd3": { "main": [ [ { "node": "error-handler-d1f3a8c8-d4af-452f-b4df-1e2dc73f7bd3", "type": "main", "index": 0 } ], [ { "node": "error-handler-d1f3a8c8-d4af-452f-b4df-1e2dc73f7bd3-09a37fc3", "type": "main", "index": 0 } ], [ { "node": "error-handler-d1f3a8c8-d4af-452f-b4df-1e2dc73f7bd3-ab36805c", "type": "main", "index": 0 } ], [ { "node": "error-handler-d1f3a8c8-d4af-452f-b4df-1e2dc73f7bd3-adfa7541", "type": "main", "index": 0 } ], [ { "node": "error-handler-d1f3a8c8-d4af-452f-b4df-1e2dc73f7bd3-82b725be", "type": "main", "index": 0 } ], [ { "node": "error-handler-d1f3a8c8-d4af-452f-b4df-1e2dc73f7bd3-a4637da5", "type": "main", "index": 0 } ], [ { "node": "error-handler-d1f3a8c8-d4af-452f-b4df-1e2dc73f7bd3-08cf0a6f", "type": "main", "index": 0 } ], [ { "node": "error-handler-d1f3a8c8-d4af-452f-b4df-1e2dc73f7bd3-431eab61", "type": "main", "index": 0 } ], [ { "node": "error-handler-d1f3a8c8-d4af-452f-b4df-1e2dc73f7bd3-cb036786", "type": "main", "index": 0 } ] ] }, "42977fb4-389f-4cef-855d-104f4cf0754f": { "main": [ [ { "node": "error-handler-42977fb4-389f-4cef-855d-104f4cf0754f", "type": "main", "index": 0 } ], [ { "node": "error-handler-42977fb4-389f-4cef-855d-104f4cf0754f-dc3ec35e", "type": "main", "index": 0 } ], [ { "node": "error-handler-42977fb4-389f-4cef-855d-104f4cf0754f-e15b2f3b", "type": "main", "index": 0 } ], [ { "node": "error-handler-42977fb4-389f-4cef-855d-104f4cf0754f-3219d7dc", "type": "main", "index": 0 } ], [ { "node": "error-handler-42977fb4-389f-4cef-855d-104f4cf0754f-f0393b71", "type": "main", "index": 0 } ], [ { "node": "error-handler-42977fb4-389f-4cef-855d-104f4cf0754f-e10c502a", "type": "main", "index": 0 } ], [ { "node": "error-handler-42977fb4-389f-4cef-855d-104f4cf0754f-be2eee75", "type": "main", "index": 0 } ], [ { "node": "error-handler-42977fb4-389f-4cef-855d-104f4cf0754f-22fabfe7", "type": "main", "index": 0 } ], [ { "node": "error-handler-42977fb4-389f-4cef-855d-104f4cf0754f-66d956c8", "type": "main", "index": 0 } ] ] }, "b95148b2-17e0-444e-a642-a4319df9c4c5": { "main": [ [ { "node": "error-handler-b95148b2-17e0-444e-a642-a4319df9c4c5", "type": "main", "index": 0 } ], [ { "node": "error-handler-b95148b2-17e0-444e-a642-a4319df9c4c5-e7770baa", "type": "main", "index": 0 } ], [ { "node": "error-handler-b95148b2-17e0-444e-a642-a4319df9c4c5-55c08bbe", "type": "main", "index": 0 } ], [ { "node": "error-handler-b95148b2-17e0-444e-a642-a4319df9c4c5-a503d842", "type": "main", "index": 0 } ], [ { "node": "error-handler-b95148b2-17e0-444e-a642-a4319df9c4c5-61d03708", "type": "main", "index": 0 } ], [ { "node": "error-handler-b95148b2-17e0-444e-a642-a4319df9c4c5-ff1537fe", "type": "main", "index": 0 } ], [ { "node": "error-handler-b95148b2-17e0-444e-a642-a4319df9c4c5-288e2f5b", "type": "main", "index": 0 } ], [ { "node": "error-handler-b95148b2-17e0-444e-a642-a4319df9c4c5-2ef8146d", "type": "main", "index": 0 } ], [ { "node": "error-handler-b95148b2-17e0-444e-a642-a4319df9c4c5-d8b7f1a4", "type": "main", "index": 0 } ] ] }, "04ad2f49-ef78-4d08-ab6b-d0384aee5b80": { "main": [ [ { "node": "error-handler-04ad2f49-ef78-4d08-ab6b-d0384aee5b80", "type": "main", "index": 0 } ], [ { "node": "error-handler-04ad2f49-ef78-4d08-ab6b-d0384aee5b80-f2b1b2fb", "type": "main", "index": 0 } ], [ { "node": "error-handler-04ad2f49-ef78-4d08-ab6b-d0384aee5b80-7a45452c", "type": "main", "index": 0 } ], [ { "node": "error-handler-04ad2f49-ef78-4d08-ab6b-d0384aee5b80-158b80fa", "type": "main", "index": 0 } ], [ { "node": "error-handler-04ad2f49-ef78-4d08-ab6b-d0384aee5b80-7f8b2bc9", "type": "main", "index": 0 } ], [ { "node": "error-handler-04ad2f49-ef78-4d08-ab6b-d0384aee5b80-91609939", "type": "main", "index": 0 } ], [ { "node": "error-handler-04ad2f49-ef78-4d08-ab6b-d0384aee5b80-bcc87be9", "type": "main", "index": 0 } ], [ { "node": "error-handler-04ad2f49-ef78-4d08-ab6b-d0384aee5b80-82be2a73", "type": "main", "index": 0 } ], [ { "node": "error-handler-04ad2f49-ef78-4d08-ab6b-d0384aee5b80-4094aac7", "type": "main", "index": 0 } ] ] } }, "name": "Webhook Workflow", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "description": "Automated workflow: Webhook Workflow. This workflow integrates 5 different services: webhook, stickyNote, httpRequest, set, stopAndError. It contains 20 nodes and follows best practices for error handling and security.", "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Webhook Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }