The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-02-15T13:56:59.611Z",
"updatedAt": "2021-06-04T14:37:01.395Z",
"id": "10",
"name": "PagerDuty:incident:create get update getAll:incidentNote:create getAll:User:get:LogEntry:getAll get",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
260
],
"id": "91f3c321-72a4-4c04-8e51-ec3a7c775462"
},
{
"parameters": {
"authentication": "oAuth2",
"title": "Test",
"serviceId": "PO5XHDI",
"email": "nodeqa@n8n.io",
"additionalFields": {}
},
"name": "PagerDuty",
"type": "n8n-nodes-base.pagerDuty",
"typeVersion": 1,
"position": [
400,
260
],
"credentials": {
"pagerDutyOAuth2Api": {
"name": "<your credential>"
}
},
"id": "92f2a4d8-4860-4edf-92e4-ea14671bad92"
},
{
"parameters": {
"authentication": "oAuth2",
"operation": "get",
"incidentId": "={{$json[\"id\"]}}"
},
"name": "PagerDuty1",
"type": "n8n-nodes-base.pagerDuty",
"typeVersion": 1,
"position": [
550,
260
],
"credentials": {
"pagerDutyOAuth2Api": {
"name": "<your credential>"
}
},
"id": "0af4d8fa-8392-46ce-8d04-cfcb0fcff52b"
},
{
"parameters": {
"authentication": "oAuth2",
"operation": "update",
"incidentId": "={{$json[\"id\"]}}",
"email": "nodeqa@n8n.io",
"updateFields": {
"status": "acknowledged"
}
},
"name": "PagerDuty2",
"type": "n8n-nodes-base.pagerDuty",
"typeVersion": 1,
"position": [
870,
260
],
"credentials": {
"pagerDutyOAuth2Api": {
"name": "<your credential>"
}
},
"id": "843cc5d1-4302-4d75-b78e-14479b2a5dc7"
},
{
"parameters": {
"authentication": "oAuth2",
"operation": "getAll",
"limit": 1,
"options": {}
},
"name": "PagerDuty3",
"type": "n8n-nodes-base.pagerDuty",
"typeVersion": 1,
"position": [
1030,
260
],
"credentials": {
"pagerDutyOAuth2Api": {
"name": "<your credential>"
}
},
"id": "903bd6db-f3ab-45d8-bd05-0f387a5e08bd"
},
{
"parameters": {
"authentication": "oAuth2",
"resource": "incidentNote",
"incidentId": "={{$json[\"id\"]}}",
"content": "Simple note for an incident",
"email": "nodeqa@n8n.io"
},
"name": "PagerDuty4",
"type": "n8n-nodes-base.pagerDuty",
"typeVersion": 1,
"position": [
720,
350
],
"credentials": {
"pagerDutyOAuth2Api": {
"name": "<your credential>"
}
},
"id": "37deab31-9ff9-4dd4-9f21-edcdaa13532c"
},
{
"parameters": {
"authentication": "oAuth2",
"resource": "incidentNote",
"operation": "getAll",
"incidentId": "={{$json[\"id\"]}}",
"limit": 1
},
"name": "PagerDuty5",
"type": "n8n-nodes-base.pagerDuty",
"typeVersion": 1,
"position": [
720,
160
],
"credentials": {
"pagerDutyOAuth2Api": {
"name": "<your credential>"
}
},
"id": "e3df7b5a-1abc-4af9-b5a8-725d1339b127"
},
{
"parameters": {
"authentication": "oAuth2",
"resource": "user",
"userId": "PT0VVWO"
},
"name": "PagerDuty6",
"type": "n8n-nodes-base.pagerDuty",
"typeVersion": 1,
"position": [
400,
110
],
"credentials": {
"pagerDutyOAuth2Api": {
"name": "<your credential>"
}
},
"id": "25539887-c45a-4859-bc73-6173ef47e07e"
},
{
"parameters": {
"authentication": "oAuth2",
"resource": "logEntry",
"operation": "getAll",
"limit": 1,
"options": {}
},
"name": "PagerDuty7",
"type": "n8n-nodes-base.pagerDuty",
"typeVersion": 1,
"position": [
400,
540
],
"credentials": {
"pagerDutyOAuth2Api": {
"name": "<your credential>"
}
},
"notes": "IGNORED_PROPERTIES=event_details,assignees",
"id": "7f565cd4-e409-4d23-8914-6f887457d14a"
},
{
"parameters": {
"authentication": "oAuth2",
"resource": "logEntry",
"logEntryId": "={{$node[\"PagerDuty\"].json[\"first_trigger_log_entry\"][\"id\"]}}"
},
"name": "PagerDuty8",
"type": "n8n-nodes-base.pagerDuty",
"typeVersion": 1,
"position": [
730,
540
],
"credentials": {
"pagerDutyOAuth2Api": {
"name": "<your credential>"
}
},
"id": "9bfda961-967d-43dd-8089-a3af7d26084a"
},
{
"parameters": {
"functionCode": "function sleep(milliseconds) {\n return new Promise(\n resolve => setTimeout(resolve, milliseconds)\n );\n}\n\nawait sleep(500);\n\n// Output data\nreturn items;"
},
"name": "Sleep 0.5 second1",
"type": "n8n-nodes-base.function",
"position": [
560,
540
],
"typeVersion": 1,
"id": "f3501dee-890b-46c6-9306-6ebb1cc7d21f"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "PagerDuty",
"type": "main",
"index": 0
},
{
"node": "PagerDuty7",
"type": "main",
"index": 0
},
{
"node": "PagerDuty6",
"type": "main",
"index": 0
}
]
]
},
"PagerDuty": {
"main": [
[
{
"node": "PagerDuty1",
"type": "main",
"index": 0
},
{
"node": "Sleep 0.5 second1",
"type": "main",
"index": 0
}
]
]
},
"PagerDuty1": {
"main": [
[
{
"node": "PagerDuty4",
"type": "main",
"index": 0
},
{
"node": "PagerDuty5",
"type": "main",
"index": 0
},
{
"node": "PagerDuty2",
"type": "main",
"index": 0
}
]
]
},
"PagerDuty2": {
"main": [
[
{
"node": "PagerDuty3",
"type": "main",
"index": 0
}
]
]
},
"Sleep 0.5 second1": {
"main": [
[
{
"node": "PagerDuty8",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
pagerDutyOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
PagerDuty:incident:create get update getAll:incidentNote:create getAll:User:get:LogEntry:getAll get. Uses start, pagerDuty. Manual trigger; 11 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/10.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Create, update, and get an incident on PagerDuty. Uses manualTrigger, pagerDuty. Event-driven trigger; 4 nodes.
SentryIo:Organization:create get getAll update:Team:create get getAll update delete:Project:create getAll get update delete:Issue:getAll get update:Event:getAll get:Release:create get getAll update de
GitLab:Repository:get getIssues:Issue:create createComment edit get lock:Release:create get getAll update delete:User:getRepositories. Uses start, gitlab. Manual trigger; 14 nodes.
Complete MCP server exposing all PagerDuty Tool operations to AI agents. Zero configuration needed - all 9 operations pre-built.
Backup_Fluxos. Uses github, itemLists, n8n, moveBinaryData. Manual trigger; 11 nodes.