AutomationFlowsE-commerce › Create Mautic Contact on a New Shopify Customer

Create Mautic Contact on a New Shopify Customer

Byn8n Team @n8n-team on n8n.io

This workflow creates a new contact in Mautic when a new customer is created in Shopify. By default, the workflow will fill the first name, last name, and email address. You can add any other fields you require. Shopify account and Shopify credentials. Mautic account and Mautic…

Event trigger★☆☆☆☆ complexity3 nodesShopify TriggerMautic
E-commerce Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow corresponds to n8n.io template #1829 — 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": "a5f74e05-acea-4ff4-b3b2-5997850be036",
      "name": "On new customer",
      "type": "n8n-nodes-base.shopifyTrigger",
      "position": [
        180,
        420
      ],
      "parameters": {
        "topic": "customers/create",
        "authentication": "accessToken"
      },
      "credentials": {
        "shopifyAccessTokenApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "5b4a9e71-3aa7-40d8-a439-79a504c60a46",
      "name": "Create contact",
      "type": "n8n-nodes-base.mautic",
      "position": [
        400,
        420
      ],
      "parameters": {
        "email": "={{$node[\"On new customer\"].json[\"email\"]}}",
        "options": {},
        "lastName": "={{$node[\"On new customer\"].json[\"last_name\"]}}",
        "firstName": "={{$node[\"On new customer\"].json[\"first_name\"]}}",
        "additionalFields": {}
      },
      "credentials": {
        "mauticApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "4b7b306e-1b4c-464f-b8f0-373167ded16f",
      "name": "Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        600
      ],
      "parameters": {
        "width": 332,
        "height": 116,
        "content": "### Add more fields to Mautic\nBy default, the first name, last name and email are pushed to Mautic. If you require more fields, add it in the `Create contact` node."
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "On new customer": {
      "main": [
        [
          {
            "node": "Create contact",
            "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 contact in Mautic when a new customer is created in Shopify. By default, the workflow will fill the first name, last name, and email address. You can add any other fields you require. Shopify account and Shopify credentials. Mautic account and Mautic…

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

More E-commerce workflows → · Browse all categories →

Related workflows

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

E-commerce

Shopify Mautic. Uses shopifyTrigger, mautic, stickyNote. Event-driven trigger; 3 nodes.

Shopify Trigger, Mautic
E-commerce

Shopify + Mautic. Uses shopifyTrigger, noOp, mautic, crypto. Event-driven trigger; 26 nodes.

Shopify Trigger, Mautic, Crypto +1
E-commerce

Having a seamless flow of customer data between your online store and your marketing platform is essential.

Shopify Trigger, Mautic, Crypto +1
E-commerce

Shopify Zendesk. Uses shopifyTrigger, noOp, zendesk. Event-driven trigger; 7 nodes.

Shopify Trigger, Zendesk
E-commerce

This workflow automatically syncs Shopify orders with your Zendesk tickets. Using this workflow, Shopify orders will be added or have their information updated straight to your Zendesk tickets. Shopif

Shopify Trigger, Zendesk