What This Automation Does 🔌
This workflow starts working every time a new contact is added in Mautic.
It takes the contact’s first name, last name, and email.
Then it creates a new item in Monday.com with that information.
This removes the need to type details manually.
You get a fresh Monday.com item for each new lead without extra work.
Inputs, Processing Steps, and Output
Inputs
- Mautic new contact event: The workflow waits for Mautic to send info when a new lead is made.
Processing Steps
- The Mautic Trigger node listens for the new lead saved event.
- It extracts the first name, last name, and email from the Mautic data.
- The Monday.com node forms a new item name by joining first and last names.
- It also creates an email column value using the email address.
- The Monday.com node sends this data to the correct board and group.
Output
A new item appears automatically in Monday.com for each new Mautic contact.
Beginner Step-by-Step: How to Use This Workflow in n8n
Step 1: Import the Workflow
- Click the Download button on this page to save the workflow file.
- Open n8n editor where the workflow will run.
- Choose “Import from File” and select the saved workflow.
- The workflow will load into your editor.
Step 2: Configure Credentials and IDs
- Add your Mautic API Key in the Mautic Trigger node’s credential section.
- Add your Monday.com API Key in the Monday.com node.
- Update the Monday.com boardId and groupId fields to use your target board and group.
Step 3: Test the Workflow
- Create a test contact in Mautic.
- Watch if the workflow triggers and creates a Monday.com item.
Step 4: Activate the Workflow
- Save the workflow.
- Click “Activate” in n8n so the workflow runs automatically.
Now, every new contact in Mautic adds an item to Monday.com without typing.
If self hosting n8n, consider self-host n8n to keep this automation running safely.
Prerequisites ⚙️
- n8n Account – to build and run the workflow.
- Mautic API Credentials 🔐 – to connect n8n with Mautic for triggers.
- Monday.com API Credentials 🔐 – to create items in Monday boards.
- Existing Monday.com Board and Group 📊 – where contacts will be added as items.
If you prefer self-hosting n8n, you can check options like Hostinger to run your automation securely and reliably.
Customizations ✏️
- Add More Contact Fields: In the Monday.com node, change the
columnValuesJSON to also include phone, company, or custom data. - Change Board or Group: Edit
boardIdandgroupIdto send new contacts to other boards. - Trigger on Other Mautic Events: Change the event in Mautic Trigger to track updates or deletes.
- Add Item Columns: Use Monday.com API docs and update JSON to add dates, statuses, or dropdowns.
Troubleshooting 🔧
Problem: “Webhook didn’t receive data”
Cause: Webhook URL not set in Mautic or network blocking.
Solution: Check webhook URL in Mautic settings. Make sure n8n URL is public. Test network.
Problem: “Monday.com API error: Invalid board ID”
Cause: Board or group ID is wrong.
Solution: Find correct board and group ID in Monday.com URL or API. Update node settings.
Pre-Production Checklist ✅
- Confirm webhook triggers with test leads.
- Check Monday.com board and group IDs match your setup.
- Validate API credentials for Mautic and Monday.com.
- Run test contacts through whole workflow.
- Backup your workflow settings before use.
Deployment Guide
Activate the workflow in n8n interface to have it run automatically.
The workflow listens for new contacts and creates Monday.com items.
Watch executions and errors in n8n panel.
Update keys or configuration if Monday.com or Mautic changes.
Summary
→ Automatically creates Monday.com items when new contacts are added in Mautic.
→ Removes manual typing and reduces data errors.
✓ Saves about 3 hours of manual work weekly.
✓ Keeps sales and marketing data synced and accurate.
