{
  "name": "Sync new Shopify customers to Odoo contacts",
  "nodes": [
    {
      "id": "ae072919-4f88-4722-b139-2628e24b89ba",
      "name": "Filter",
      "type": "n8n-nodes-base.filter",
      "position": [
        -420,
        -40
      ]
    },
    {
      "id": "a36747d5-3381-43b8-9def-e3dbc8942dbd",
      "name": "Search Odoo Contact",
      "type": "n8n-nodes-base.odoo",
      "position": [
        -800,
        -40
      ]
    },
    {
      "id": "a52d6acf-e8c2-48cd-b44c-903617c23e9e",
      "name": "Shopify Trigger",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        -1060,
        -40
      ]
    },
    {
      "id": "f3023805-dc0b-4745-ab7b-77b2d81137e3",
      "name": "Create Contact",
      "type": "n8n-nodes-base.odoo",
      "position": [
        -240,
        -40
      ]
    },
    {
      "id": "4cef59ef-0ba4-4eee-83b6-27254ffd5974",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        -600,
        -40
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter": {
      "main": [
        [
          {
            "node": "Create Contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shopify Trigger": {
      "main": [
        [
          {
            "node": "Search Odoo Contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search Odoo Contact": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}