{ "id": "158", "name": "Create, update, and get an incident on PagerDuty", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 240, 260 ], "parameters": {}, "typeVersion": 1, "id": "3169b62a-c2ac-4215-98c4-4dfb17d00e2b", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "PagerDuty", "type": "n8n-nodes-base.pagerDuty", "position": [ 440, 260 ], "parameters": { "email": "", "title": "Firewall on Fire", "serviceId": "", "additionalFields": {} }, "credentials": { "pagerDutyApi": "" }, "typeVersion": 1, "id": "4e774673-2a80-41bd-ae3e-f6eb65586309", "notes": "This pagerDuty node performs automated tasks as part of the workflow." }, { "name": "PagerDuty2", "type": "n8n-nodes-base.pagerDuty", "position": [ 840, 260 ], "parameters": { "operation": "get", "incidentId": "={{$node[\"PagerDuty1\"].json[\"id\"]}}" }, "credentials": { "pagerDutyApi": "" }, "typeVersion": 1, "id": "ca694fce-f0ec-4668-b091-7f80f3c2cb25", "notes": "This pagerDuty node performs automated tasks as part of the workflow." }, { "name": "PagerDuty1", "type": "n8n-nodes-base.pagerDuty", "position": [ 640, 260 ], "parameters": { "email": "={{$node[\"PagerDuty\"].parameter[\"email\"]}}", "operation": "update", "incidentId": "={{$node[\"PagerDuty\"].json[\"id\"]}}", "updateFields": { "title": "Firewalls on Fire" } }, "credentials": { "pagerDutyApi": "" }, "typeVersion": 1, "id": "e9dba249-e76f-4c66-9cb4-a9510a1824c6", "notes": "This pagerDuty node performs automated tasks as part of the workflow." }, { "id": "error-c911f0c5", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: Create, update, and get an incident on PagerDuty. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-fba9263e", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.667417", "updatedAt": "2025-09-29T07:07:48.667454", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Create, update, and get an incident on PagerDuty. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }