{
  "name": "Feedspace Testimonials to HubSpot CRM Contacts",
  "nodes": [
    {
      "id": "f286ed24-523f-4bdd-812e-c5b79574164a",
      "name": "📋 Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        32
      ],
      "parameters": {
        "width": 452,
        "height": 656,
        "content": "## 📋 Feedspace Testimonials to HubSpot CRM Contacts\n@[youtube](AtR84TFFiSI)\n\n### Who is this for?\nBusinesses using **Feedspace** to collect testimonials (text, video, or audio) who want to automatical"
      }
    },
    {
      "id": "ffc86bc6-2eaa-4155-adab-3fb14342d6fc",
      "name": "🔗 Trigger Section",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        272,
        240
      ],
      "parameters": {
        "width": 664,
        "height": 472,
        "content": "### 🔗 Webhook Trigger and Data processing"
      }
    },
    {
      "id": "02ca54f4-d839-478e-8900-2394e8a8cd01",
      "name": "🏢 HubSpot Section",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1008,
        224
      ],
      "parameters": {
        "width": 924,
        "height": 480,
        "content": "### 🏢 HubSpot Integration"
      }
    },
    {
      "id": "41478a9c-456d-4c2b-be54-d12e00f2484d",
      "name": "Receive Testimonial",
      "type": "n8n-nodes-base.webhook",
      "position": [
        304,
        352
      ]
    },
    {
      "id": "59879048-dc1b-41a3-941d-862bd5267a82",
      "name": "Extract Testimonial Data",
      "type": "n8n-nodes-base.code",
      "position": [
        528,
        352
      ]
    },
    {
      "id": "6d46af04-24c6-44ae-a555-1e2933b1f77a",
      "name": "Has Email?",
      "type": "n8n-nodes-base.if",
      "position": [
        752,
        352
      ]
    },
    {
      "id": "79364248-7a69-41c5-ad2e-ea378168fb94",
      "name": "Upsert Contact",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        1056,
        352
      ]
    },
    {
      "id": "0776d87e-db20-4aab-8c2f-3d9c7004129b",
      "name": "Prepare Note Content",
      "type": "n8n-nodes-base.set",
      "position": [
        1264,
        352
      ]
    },
    {
      "id": "94f336e1-4710-479d-8a7e-da76276b87ad",
      "name": "Create Testimonial Note",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1488,
        352
      ]
    },
    {
      "id": "9f01f971-7369-4ff4-9237-24a04bc67a77",
      "name": "Respond - No Email",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        768,
        560
      ]
    },
    {
      "id": "16d06732-bbd2-45a7-ae1b-a80edc2f9a5d",
      "name": "Respond - Success",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1712,
        352
      ]
    }
  ],
  "connections": {
    "Has Email?": {
      "main": [
        [
          {
            "node": "Upsert Contact",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Respond - No Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upsert Contact": {
      "main": [
        [
          {
            "node": "Prepare Note Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Testimonial": {
      "main": [
        [
          {
            "node": "Extract Testimonial Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Note Content": {
      "main": [
        [
          {
            "node": "Create Testimonial Note",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Testimonial Note": {
      "main": [
        [
          {
            "node": "Respond - Success",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Testimonial Data": {
      "main": [
        [
          {
            "node": "Has Email?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}