{
  "name": "Push Dialpad call information to Syncro",
  "nodes": [
    {
      "id": null,
      "name": "GetCustomer",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        350,
        180
      ]
    },
    {
      "id": null,
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -60,
        180
      ]
    },
    {
      "id": null,
      "name": "CreateTicket",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1190,
        110
      ]
    },
    {
      "id": null,
      "name": "GetTicket",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        860,
        40
      ]
    },
    {
      "id": null,
      "name": "IFMoreThanOne",
      "type": "n8n-nodes-base.if",
      "position": [
        1000,
        40
      ]
    },
    {
      "id": null,
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1480,
        -40
      ]
    },
    {
      "id": null,
      "name": "ForGoogle",
      "type": "n8n-nodes-base.set",
      "position": [
        1340,
        -40
      ]
    },
    {
      "id": null,
      "name": "UpdateTicket",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1190,
        -40
      ]
    },
    {
      "id": null,
      "name": "ForGoogle1",
      "type": "n8n-nodes-base.set",
      "position": [
        1340,
        110
      ]
    },
    {
      "id": null,
      "name": "Google Sheets1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1480,
        110
      ]
    },
    {
      "id": null,
      "name": "NoOp",
      "type": "n8n-nodes-base.noOp",
      "position": [
        830,
        220
      ]
    },
    {
      "id": null,
      "name": "Contacts",
      "type": "n8n-nodes-base.function",
      "position": [
        510,
        180
      ]
    },
    {
      "id": null,
      "name": "IFContacts",
      "type": "n8n-nodes-base.if",
      "position": [
        670,
        180
      ]
    },
    {
      "id": null,
      "name": "Customers",
      "type": "n8n-nodes-base.function",
      "position": [
        510,
        370
      ]
    },
    {
      "id": null,
      "name": "IFCustomers",
      "type": "n8n-nodes-base.if",
      "position": [
        670,
        370
      ]
    },
    {
      "id": null,
      "name": "NoOp1",
      "type": "n8n-nodes-base.noOp",
      "position": [
        810,
        520
      ]
    },
    {
      "id": null,
      "name": "CreateTicketForCustomer",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        860,
        360
      ]
    },
    {
      "id": null,
      "name": "ForGoogle2",
      "type": "n8n-nodes-base.set",
      "position": [
        1040,
        360
      ]
    },
    {
      "id": null,
      "name": "Google Sheets2",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1210,
        360
      ]
    },
    {
      "id": null,
      "name": "EnvVariables",
      "type": "n8n-nodes-base.set",
      "position": [
        210,
        180
      ]
    },
    {
      "id": null,
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "position": [
        70,
        180
      ]
    },
    {
      "id": null,
      "name": "NoOp2",
      "type": "n8n-nodes-base.noOp",
      "position": [
        70,
        370
      ]
    }
  ],
  "connections": {
    "IF": {
      "main": [
        [
          {
            "node": "EnvVariables",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "NoOp2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Contacts": {
      "main": [
        [
          {
            "node": "IFContacts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Customers": {
      "main": [
        [
          {
            "node": "IFCustomers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ForGoogle": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "GetTicket": {
      "main": [
        [
          {
            "node": "IFMoreThanOne",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ForGoogle1": {
      "main": [
        [
          {
            "node": "Google Sheets1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ForGoogle2": {
      "main": [
        [
          {
            "node": "Google Sheets2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IFContacts": {
      "main": [
        [
          {
            "node": "GetTicket",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "NoOp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "GetCustomer": {
      "main": [
        [
          {
            "node": "Contacts",
            "type": "main",
            "index": 0
          },
          {
            "node": "Customers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IFCustomers": {
      "main": [
        [
          {
            "node": "CreateTicketForCustomer",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "NoOp1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "CreateTicket": {
      "main": [
        [
          {
            "node": "ForGoogle1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EnvVariables": {
      "main": [
        [
          {
            "node": "GetCustomer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "UpdateTicket": {
      "main": [
        [
          {
            "node": "ForGoogle",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IFMoreThanOne": {
      "main": [
        [
          {
            "node": "UpdateTicket",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "CreateTicket",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "CreateTicketForCustomer": {
      "main": [
        [
          {
            "node": "ForGoogle2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}