{
  "openruna_format": "flow-graph-v1",
  "title": "New WooCommerce Customer to Mautic",
  "slug": "new-woocommerce-customer-to-mautic",
  "source_filename": "1160_Mautic_Woocommerce_Create_Triggered.json",
  "nodes": [
    {
      "id": "Check for Existing",
      "name": "Check for Existing",
      "integration": "mautic",
      "kind": "action"
    },
    {
      "id": "If New",
      "name": "If New",
      "integration": "if",
      "kind": "logic"
    },
    {
      "id": "Create Contact",
      "name": "Create Contact",
      "integration": "mautic",
      "kind": "action"
    },
    {
      "id": "Update Contact",
      "name": "Update Contact",
      "integration": "mautic",
      "kind": "action"
    },
    {
      "id": "Customer Created or Updated",
      "name": "Customer Created or Updated",
      "integration": "wooCommerce",
      "kind": "trigger"
    }
  ],
  "edges": [
    {
      "from": "If New",
      "to": "Create Contact"
    },
    {
      "from": "If New",
      "to": "Update Contact"
    },
    {
      "from": "Check for Existing",
      "to": "If New"
    },
    {
      "from": "Customer Created or Updated",
      "to": "Check for Existing"
    }
  ]
}