{
  "name": "Automate testimonials in Strapi with n8n",
  "nodes": [
    {
      "id": null,
      "name": "Simplify Result",
      "type": "n8n-nodes-base.set",
      "position": [
        680,
        100
      ]
    },
    {
      "id": null,
      "name": "Store in Strapi",
      "type": "n8n-nodes-base.strapi",
      "position": [
        1780,
        100
      ]
    },
    {
      "id": null,
      "name": "Every 30 Minutes",
      "type": "n8n-nodes-base.interval",
      "position": [
        240,
        100
      ]
    },
    {
      "id": null,
      "name": "Is Retweet or Old?",
      "type": "n8n-nodes-base.if",
      "position": [
        900,
        100
      ]
    },
    {
      "id": null,
      "name": "Search Tweets",
      "type": "n8n-nodes-base.twitter",
      "position": [
        460,
        100
      ]
    },
    {
      "id": null,
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        240,
        -120
      ]
    },
    {
      "id": null,
      "name": "Simplify Webhook Result",
      "type": "n8n-nodes-base.set",
      "position": [
        460,
        -120
      ]
    },
    {
      "id": null,
      "name": "Analyze Form Submission",
      "type": "n8n-nodes-base.googleCloudNaturalLanguage",
      "position": [
        680,
        -220
      ]
    },
    {
      "id": null,
      "name": "Analyze Tweet",
      "type": "n8n-nodes-base.googleCloudNaturalLanguage",
      "position": [
        1120,
        200
      ]
    },
    {
      "id": null,
      "name": "Merge Form Sentiment with Source",
      "type": "n8n-nodes-base.merge",
      "position": [
        900,
        -120
      ]
    },
    {
      "id": null,
      "name": "Merge Tweet Sentiment with Source",
      "type": "n8n-nodes-base.merge",
      "position": [
        1340,
        100
      ]
    },
    {
      "id": null,
      "name": "Positive Form Sentiment?",
      "type": "n8n-nodes-base.if",
      "position": [
        1120,
        -120
      ]
    },
    {
      "id": null,
      "name": "Store Form Submission in Strapi",
      "type": "n8n-nodes-base.strapi",
      "position": [
        1340,
        -120
      ]
    },
    {
      "id": null,
      "name": "Positive Tweet Sentiment?",
      "type": "n8n-nodes-base.if",
      "position": [
        1560,
        100
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Simplify Webhook Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analyze Tweet": {
      "main": [
        [
          {
            "node": "Merge Tweet Sentiment with Source",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Search Tweets": {
      "main": [
        [
          {
            "node": "Simplify Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simplify Result": {
      "main": [
        [
          {
            "node": "Is Retweet or Old?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Every 30 Minutes": {
      "main": [
        [
          {
            "node": "Search Tweets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is Retweet or Old?": {
      "main": [
        null,
        [
          {
            "node": "Analyze Tweet",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge Tweet Sentiment with Source",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analyze Form Submission": {
      "main": [
        [
          {
            "node": "Merge Form Sentiment with Source",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simplify Webhook Result": {
      "main": [
        [
          {
            "node": "Analyze Form Submission",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge Form Sentiment with Source",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Positive Form Sentiment?": {
      "main": [
        [
          {
            "node": "Store Form Submission in Strapi",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Positive Tweet Sentiment?": {
      "main": [
        [
          {
            "node": "Store in Strapi",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Form Sentiment with Source": {
      "main": [
        [
          {
            "node": "Positive Form Sentiment?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Tweet Sentiment with Source": {
      "main": [
        [
          {
            "node": "Positive Tweet Sentiment?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}