{
  "name": "Create Monday item on a new Mautic contact",
  "nodes": [
    {
      "id": "4da16859-d29b-4eb7-90a4-3904c1bfff68",
      "name": "Create item",
      "type": "n8n-nodes-base.mondayCom",
      "position": [
        620,
        240
      ]
    },
    {
      "id": "88655428-439e-4324-8d8f-865625650c7a",
      "name": "On created contact",
      "type": "n8n-nodes-base.mauticTrigger",
      "position": [
        400,
        240
      ]
    },
    {
      "id": "bff916e6-2ddc-456b-a8fa-c8841f47abed",
      "name": "Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        620,
        400
      ],
      "parameters": {
        "width": 301,
        "height": 309,
        "content": "## How to add more fields to Monday\nBy default, this `Create item` node only adds the name of the item and the email to Monday (provided that there is an email field already created).\n\nIdeally, you wo"
      }
    }
  ],
  "connections": {
    "On created contact": {
      "main": [
        [
          {
            "node": "Create item",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}