{
  "name": "Add positive feedback messages to a table in Notion",
  "nodes": [
    {
      "id": null,
      "name": "Typeform Trigger",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        0,
        400
      ]
    },
    {
      "id": null,
      "name": "Google Cloud Natural Language",
      "type": "n8n-nodes-base.googleCloudNaturalLanguage",
      "position": [
        200,
        400
      ]
    },
    {
      "id": null,
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "position": [
        400,
        400
      ]
    },
    {
      "id": null,
      "name": "Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        600,
        300
      ]
    },
    {
      "id": null,
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        800,
        300
      ]
    },
    {
      "id": null,
      "name": "Trello",
      "type": "n8n-nodes-base.trello",
      "position": [
        600,
        500
      ]
    }
  ],
  "connections": {
    "IF": {
      "main": [
        [
          {
            "node": "Notion",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Trello",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Typeform Trigger": {
      "main": [
        [
          {
            "node": "Google Cloud Natural Language",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Cloud Natural Language": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}