{
  "workflow": {
    "id": 411,
    "name": "Create, update, and get an incident on PagerDuty",
    "views": 684,
    "recentViews": 0,
    "totalViews": 684,
    "createdAt": "2020-06-18T08:48:09.113Z",
    "description": "![workflow-screenshot](fileId:178)",
    "workflow": {
      "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
        },
        {
          "name": "PagerDuty",
          "type": "n8n-nodes-base.pagerDuty",
          "position": [
            440,
            260
          ],
          "parameters": {
            "email": "",
            "title": "Firewall on Fire",
            "serviceId": "",
            "additionalFields": {}
          },
          "credentials": {
            "pagerDutyApi": ""
          },
          "typeVersion": 1
        },
        {
          "name": "PagerDuty2",
          "type": "n8n-nodes-base.pagerDuty",
          "position": [
            840,
            260
          ],
          "parameters": {
            "operation": "get",
            "incidentId": "={{$node[\"PagerDuty1\"].json[\"id\"]}}"
          },
          "credentials": {
            "pagerDutyApi": ""
          },
          "typeVersion": 1
        },
        {
          "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
        }
      ],
      "active": false,
      "settings": {},
      "connections": {
        "PagerDuty": {
          "main": [
            [
              {
                "node": "PagerDuty1",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "PagerDuty1": {
          "main": [
            [
              {
                "node": "PagerDuty2",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "On clicking 'execute'": {
          "main": [
            [
              {
                "node": "PagerDuty",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    },
    "lastUpdatedBy": null,
    "workflowInfo": {
      "nodeCount": 4,
      "nodeTypes": {
        "n8n-nodes-base.pagerDuty": {
          "count": 3
        },
        "n8n-nodes-base.manualTrigger": {
          "count": 1
        }
      }
    },
    "status": "published",
    "user": {
      "name": "tanaypant",
      "username": "tanay1337",
      "bio": null,
      "verified": true,
      "links": [],
      "avatar": "https://gravatar.com/avatar/0cef0266ab81fd7159b2d3d681aeb30fe1953b287de10f3e6d60e58d866ad0b0?r=pg&d=retro&size=200"
    },
    "nodes": [
      {
        "id": 42,
        "icon": "fa:play",
        "name": "n8n-nodes-base.start",
        "codex": {
          "data": {
            "resources": {
              "generic": [
                {
                  "url": "https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/",
                  "icon": "🧬",
                  "label": "Why business process automation with n8n can change your daily life"
                },
                {
                  "url": "https://n8n.io/blog/why-i-chose-n8n-over-zapier-in-2020/",
                  "icon": "😍",
                  "label": "Why I chose n8n over Zapier in 2020"
                },
                {
                  "url": "https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/",
                  "icon": "📈",
                  "label": "Automatically pulling and visualizing data with n8n"
                },
                {
                  "url": "https://n8n.io/blog/how-to-use-the-http-request-node-the-swiss-army-knife-for-workflow-automation/",
                  "icon": "🧰",
                  "label": "How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation"
                },
                {
                  "url": "https://n8n.io/blog/sending-sms-the-low-code-way-with-airtable-twilio-programmable-sms-and-n8n/",
                  "icon": "📱",
                  "label": "Sending SMS the Low-Code Way with Airtable, Twilio Programmable SMS, and n8n"
                },
                {
                  "url": "https://n8n.io/blog/automating-conference-organization-processes-with-n8n/",
                  "icon": "🙋‍♀️",
                  "label": "Automating Conference Organization Processes with n8n"
                }
              ],
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.start/"
                }
              ]
            },
            "categories": [
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0"
          }
        },
        "group": "[\"input\"]",
        "defaults": {
          "name": "Start",
          "color": "#00e000"
        },
        "iconData": {
          "icon": "play",
          "type": "icon"
        },
        "displayName": "Start",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      },
      {
        "id": 310,
        "icon": "file:pagerDuty.svg",
        "name": "n8n-nodes-base.pagerDuty",
        "codex": {
          "data": {
            "resources": {
              "generic": [
                {
                  "url": "https://n8n.io/blog/learn-to-automate-your-factorys-incident-reporting-a-step-by-step-guide/",
                  "icon": "🏭",
                  "label": "Learn to Automate Your Factory's Incident Reporting: A Step by Step Guide"
                },
                {
                  "url": "https://n8n.io/blog/creating-custom-incident-response-workflows-with-n8n/",
                  "label": "How to automate every step of an incident response workflow"
                }
              ],
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.pagerduty/"
                }
              ],
              "credentialDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/credentials/pagerduty/"
                }
              ]
            },
            "categories": [
              "Communication",
              "Development"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0"
          }
        },
        "group": "[\"output\"]",
        "defaults": {
          "name": "PagerDuty"
        },
        "iconData": {
          "type": "file",
          "fileBuffer": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSIwIDAgNjYgNTYiPjx1c2UgeGxpbms6aHJlZj0iI2EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9ImEiIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBmaWxsPSIjMjVjMTUxIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSIgZD0iTTYuNzA0IDU0LjQzNEgwdi0zMy42NWMwLTMuNDU1IDEuNDE4LTUuNTQ0IDIuNjA0LTYuNzA0IDIuNjMtMi41OCA2LjItMi42NTYgNi43ODItMi42NTZoMTAuNTQ2YzMuNzY1IDAgNS45MyAxLjUyIDcuMTE3IDIuOCAyLjM0NiAyLjU1MyAyLjM3MiA1Ljg1MyAyLjMyIDYuNzN2MTIuNjg3YzAgMy42NjItMS40OTYgNS44MjgtMi43MzMgNi45ODgtMi41NTMgMi4zOTgtNS45MyAyLjQ1LTYuNzMgMi40MjRINi43MDR6bTEzLjQ2LTE4LjEwMmMuMzYgMCAxLjM2Ny0uMTAzIDEuOTA4LS42Mi40MTMtLjM4Ny42Mi0xLjA4My42Mi0yLjF2LTEzLjAyYzAtLjM2LS4wNzctMS4zMTUtLjU5My0xLjg1Ny0uNS0uNTE2LTEuNDQ0LS42Mi0yLjE2Ni0uNjJoLTEwLjZjLTIuNjMgMC0yLjYzIDEuOTg1LTIuNjMgMi42NTZ2MTUuNTV6TTU3LjI5NiAwSDY0djMzLjY3N2MwIDMuNDU1LTEuNDE4IDUuNTQ0LTIuNjA0IDYuNzA0LTIuNjMgMi41OC02LjIgMi42NTYtNi43ODIgMi42NTZINDQuMDY4Yy0zLjc2NSAwLTUuOTMtMS41Mi03LjExNy0yLjgtMi4zNDYtMi41NTMtMi4zNzItNS44NTMtMi4zMi02Ljczdi0xMi42N2MwLTMuNjYyIDEuNDk2LTUuODI4IDIuNzMzLTYuOTg4IDIuNTUzLTIuMzk4IDUuOTMtMi40NSA2LjczLTIuNDI0aDEzLjIwMnptLTEzLjQ2IDE4LjExN2MtLjM2IDAtMS4zNjcuMTAzLTEuOTA4LjYyLS40MTMuMzg3LS42MiAxLjA4My0uNjIgMi4xdjEzLjAyYzAgLjM2LjA3NyAxLjMxNS41OTMgMS44NTcuNS41MTYgMS40NDQuNjIgMi4xNjYuNjJoMTAuNTk4YzIuNjU2LS4wMjYgMi42NTYtMiAyLjY1Ni0yLjY4MlYxOC4xMTd6Ii8+PC9zeW1ib2w+PC9zdmc+"
        },
        "displayName": "PagerDuty",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 5,
            "name": "Development"
          },
          {
            "id": 6,
            "name": "Communication"
          }
        ]
      }
    ],
    "categories": [
      {
        "id": 16,
        "name": "DevOps"
      }
    ],
    "image": [
      {
        "id": 178,
        "url": "https://f000.backblazeb2.com/file/n8n-website-images/d47be27023524b8fb6a67a5387693b56.png"
      }
    ]
  }
}