{
  "name": "Export new deals from HubSpot to Slack and Airtable",
  "nodes": [
    {
      "id": null,
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        630,
        990
      ]
    },
    {
      "id": null,
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        830,
        740
      ]
    },
    {
      "id": null,
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "position": [
        830,
        1140
      ]
    },
    {
      "id": null,
      "name": "high-priority",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        1030,
        1040
      ]
    },
    {
      "id": null,
      "name": "low-priority",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        1030,
        1240
      ]
    },
    {
      "id": null,
      "name": "#closedwon",
      "type": "n8n-nodes-base.slack",
      "position": [
        1030,
        590
      ]
    },
    {
      "id": null,
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1030,
        890
      ]
    },
    {
      "id": null,
      "name": "Google Slides",
      "type": "n8n-nodes-base.googleSlides",
      "position": [
        1030,
        740
      ]
    },
    {
      "id": null,
      "name": "Hubspot Trigger",
      "type": "n8n-nodes-base.hubspotTrigger",
      "position": [
        240,
        990
      ]
    },
    {
      "id": null,
      "name": "Hubspot",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        440,
        990
      ]
    }
  ],
  "connections": {
    "IF": {
      "main": [
        [
          {
            "node": "high-priority",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "low-priority",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          },
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch": {
      "main": [
        [
          {
            "node": "#closedwon",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Google Slides",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Hubspot": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Hubspot Trigger": {
      "main": [
        [
          {
            "node": "Hubspot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}