{
  "name": "Create Mautic contact on a new Shopify customer",
  "nodes": [
    {
      "id": "a5f74e05-acea-4ff4-b3b2-5997850be036",
      "name": "On new customer",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        180,
        420
      ]
    },
    {
      "id": "5b4a9e71-3aa7-40d8-a439-79a504c60a46",
      "name": "Create contact",
      "type": "n8n-nodes-base.mautic",
      "position": [
        400,
        420
      ]
    },
    {
      "id": "4b7b306e-1b4c-464f-b8f0-373167ded16f",
      "name": "Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        600
      ],
      "parameters": {
        "width": 332,
        "height": 116,
        "content": "### Add more fields to Mautic\nBy default, the first name, last name and email are pushed to Mautic. If you require more fields, add it in the `Create contact` node."
      }
    }
  ],
  "connections": {
    "On new customer": {
      "main": [
        [
          {
            "node": "Create contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}