{
  "name": "Sync Zendesk tickets with subsequent comments to Asana tasks",
  "nodes": [
    {
      "id": "1c041974-2a1f-4464-be3e-70b8a700f40d",
      "name": "Get ticket",
      "type": "n8n-nodes-base.zendesk",
      "position": [
        460,
        480
      ]
    },
    {
      "id": "a4a05b2a-2382-44af-8226-a2c60bee1ce3",
      "name": "Create task",
      "type": "n8n-nodes-base.asana",
      "position": [
        1000,
        580
      ]
    },
    {
      "id": "55128ee9-9210-4341-bf9a-2e4ea415b668",
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "position": [
        820,
        480
      ]
    },
    {
      "id": "6319045c-7df8-4031-b738-835f8fe12d06",
      "name": "Update ticket",
      "type": "n8n-nodes-base.zendesk",
      "position": [
        1180,
        580
      ]
    },
    {
      "id": "39172e43-def7-4e05-9ce3-6d0bb1c3ff59",
      "name": "Determine",
      "type": "n8n-nodes-base.function",
      "position": [
        640,
        480
      ]
    },
    {
      "id": "26f2aaf3-8b21-429f-bfec-c5876792d4b9",
      "name": "Create comment on existing task",
      "type": "n8n-nodes-base.asana",
      "position": [
        1000,
        380
      ]
    },
    {
      "id": "bbbf0fc1-3fa7-4a15-a949-c8d9d5e32031",
      "name": "On new Zendesk ticket",
      "type": "n8n-nodes-base.webhook",
      "position": [
        280,
        480
      ]
    }
  ],
  "connections": {
    "IF": {
      "main": [
        [
          {
            "node": "Create comment on existing task",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Create task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Determine": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get ticket": {
      "main": [
        [
          {
            "node": "Determine",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create task": {
      "main": [
        [
          {
            "node": "Update ticket",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On new Zendesk ticket": {
      "main": [
        [
          {
            "node": "Get ticket",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}