{
  "name": "Store responses from Typeform into Airtable",
  "nodes": [
    {
      "id": null,
      "name": "Typeform Trigger",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        590,
        300
      ]
    },
    {
      "id": null,
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        790,
        300
      ]
    },
    {
      "id": null,
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        990,
        300
      ]
    },
    {
      "id": null,
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1190,
        300
      ]
    }
  ],
  "connections": {
    "Set": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Airtable": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Typeform Trigger": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}