Marketing & Advertising Automation
New WooCommerce Customer to Mautic
New WooCommerce Customer to Mautic
Manual
Medium
5
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
5
Node Types
0
Workflow JSON
3.55 KB
{
"id": 83,
"name": "New WooCommerce Customer to Mautic",
"nodes": [
{
"name": "Check for Existing",
"type": "n8n-nodes-base.mautic",
"position": [
280,
480
],
"parameters": {
"options": {
"search": "={{$json[\"email\"]}}"
},
"operation": "getAll",
"authentication": "oAuth2"
},
"credentials": {
"mauticOAuth2Api": {
"id": "54",
"name": "Mautic account"
}
},
"typeVersion": 1,
"alwaysOutputData": true
},
{
"name": "If New",
"type": "n8n-nodes-base.if",
"position": [
460,
480
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$json[\"id\"]}}",
"operation": "isEmpty"
}
]
}
},
"typeVersion": 1
},
{
"name": "Create Contact",
"type": "n8n-nodes-base....Showing first 1000 characters. Click "Expand" to view the full JSON.