{
  "name": "Route feedback by sentiment using Typeform, GCP Natural Language, Notion & Trello",
  "nodes": [
    {
      "id": null,
      "name": "Typeform: New Submission",
      "type": "n8n-nodes-base.typeformTrigger",
      "position": [
        0,
        400
      ]
    },
    {
      "id": null,
      "name": "Analyze Feedback Sentiment",
      "type": "n8n-nodes-base.googleCloudNaturalLanguage",
      "position": [
        200,
        400
      ]
    },
    {
      "id": null,
      "name": "Check Sentiment Score",
      "type": "n8n-nodes-base.if",
      "position": [
        400,
        400
      ]
    },
    {
      "id": null,
      "name": "Add Feedback to Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        600,
        300
      ]
    },
    {
      "id": null,
      "name": "Notify Slack with Positive Feedback",
      "type": "n8n-nodes-base.slack",
      "position": [
        800,
        300
      ]
    },
    {
      "id": null,
      "name": "Create Trello Card for Follow-up",
      "type": "n8n-nodes-base.trello",
      "position": [
        600,
        500
      ]
    }
  ],
  "connections": {
    "Check Sentiment Score": {
      "main": [
        [
          {
            "node": "Add Feedback to Notion",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Create Trello Card for Follow-up",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add Feedback to Notion": {
      "main": [
        [
          {
            "node": "Notify Slack with Positive Feedback",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Typeform: New Submission": {
      "main": [
        [
          {
            "node": "Analyze Feedback Sentiment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analyze Feedback Sentiment": {
      "main": [
        [
          {
            "node": "Check Sentiment Score",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}