AutomationFlowsGeneral › Create Monday Item on a New Mautic Contact

Create Monday Item on a New Mautic Contact

Byn8n Team @n8n-team on n8n.io

This workflow creates a new item in a Monday.com board when a new contact is created in Mautic. Additional fields can be added to the workflow to send more data to Monday.com. Monday account and Monday credentials. Mautic account and Mautic credentials.

Event trigger★☆☆☆☆ complexity3 nodesMonday.comMautic Trigger
General Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow corresponds to n8n.io template #1823 — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "id": "4da16859-d29b-4eb7-90a4-3904c1bfff68",
      "name": "Create item",
      "type": "n8n-nodes-base.mondayCom",
      "position": [
        620,
        240
      ],
      "parameters": {
        "name": "={{$node[\"On created contact\"].json[\"mautic.lead_post_save_new\"][0][\"contact\"][\"fields\"][\"core\"][\"firstname\"][\"value\"]}} {{$node[\"On created contact\"].json[\"mautic.lead_post_save_new\"][0][\"contact\"][\"fields\"][\"core\"][\"lastname\"][\"value\"]}}",
        "boardId": "3461879764",
        "groupId": "topics",
        "resource": "boardItem",
        "additionalFields": {
          "columnValues": "={\n  \"email\": {\n    \"email\": \"{{$node[\"On created contact\"].json[\"mautic.lead_post_save_new\"][0][\"contact\"][\"fields\"][\"core\"][\"email\"][\"value\"]}}\",\n    \"text\" : \"{{$node[\"On created contact\"].json[\"mautic.lead_post_save_new\"][0][\"contact\"][\"fields\"][\"core\"][\"email\"][\"value\"]}}\"\n  }\n}"
        }
      },
      "credentials": {
        "mondayComApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "88655428-439e-4324-8d8f-865625650c7a",
      "name": "On created contact",
      "type": "n8n-nodes-base.mauticTrigger",
      "position": [
        400,
        240
      ],
      "parameters": {
        "events": [
          "mautic.lead_post_save_new"
        ]
      },
      "credentials": {
        "mauticApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "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 would like to share more fields than just the name and email. Refer to the [community discussion here](https://community.n8n.io/t/change-multiple-column-values-with-monday/4262) for more information on how to set up more column values in the `Create item` Monday node."
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "On created contact": {
      "main": [
        [
          {
            "node": "Create item",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This workflow creates a new item in a Monday.com board when a new contact is created in Mautic. Additional fields can be added to the workflow to send more data to Monday.com. Monday account and Monday credentials. Mautic account and Mautic credentials.

Source: https://n8n.io/workflows/1823/ — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Mautic Mondaycom. Uses mondayCom, mauticTrigger, stickyNote. Event-driven trigger; 3 nodes.

Monday.com, Mautic Trigger
General

Get A Board From Monday Com. Uses manualTrigger, mondayCom. Event-driven trigger; 2 nodes.

Monday.com
General

Receive updates when a form is submitted in Mautic, and send a confirmation SMS. Uses mauticTrigger, twilio. Event-driven trigger; 2 nodes.

Mautic Trigger, Twilio
General

Retrieve A Monday Com Row And All Data In A Single Node. Uses mondayCom, splitOut, executeWorkflowTrigger, stickyNote. Event-driven trigger; 26 nodes.

Monday.com, Execute Workflow Trigger
General

This workflow is a building block designed to be called from other workflows via an Execute workflow node. When called from another workflow, and given the JSON input of a "pulse" field with the ID to

Monday.com, Execute Workflow Trigger