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 →
{
"meta": {
"versionId": "1.0.0",
"createdAt": "2025-09-29T07:07:52.269350",
"updatedAt": "2025-09-29T07:07:52.269381",
"owner": "n8n-user",
"license": "MIT",
"category": "automation",
"status": "active",
"priority": "high",
"environment": "production"
},
"nodes": [
{
"id": "a5f74e05-acea-4ff4-b3b2-5997850be036",
"name": "On new customer",
"type": "n8n-nodes-base.shopifyTrigger",
"position": [
180,
420
],
"parameters": {
"topic": "customers/create",
"authentication": "{{ $credentials.accessToken }}"
},
"credentials": {
"shopifyAccessTokenApi": {
"name": "<your credential>"
}
},
"typeVersion": 1,
"notes": "This shopifyTrigger node performs automated tasks as part of the workflow."
},
{
"id": "5b4a9e71-3aa7-40d8-a439-79a504c60a46",
"name": "Create contact",
"type": "n8n-nodes-base.mautic",
"position": [
400,
420
],
"parameters": {
"email": "={{$(\"On new customer\").item.json[\"email\"]}}",
"options": {},
"lastName": "={{$(\"On new customer\").item.json[\"last_name\"]}}",
"firstName": "={{$(\"On new customer\").item.json[\"first_name\"]}}",
"additionalFields": {}
},
"credentials": {
"mauticApi": {
"name": "<your credential>"
}
},
"typeVersion": 1,
"notes": "This mautic node performs automated tasks as part of the workflow."
},
{
"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,
"notes": "This stickyNote node performs automated tasks as part of the workflow."
},
{
"id": "error-3d044756",
"name": "Error Handler",
"type": "n8n-nodes-base.stopAndError",
"typeVersion": 1,
"position": [
1000,
400
],
"parameters": {
"message": "Workflow execution error",
"options": {}
}
}
],
"connections": {},
"name": "Shopifytrigger Workflow",
"settings": {
"executionOrder": "v1",
"saveManualExecutions": true,
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": null,
"timezone": "UTC",
"executionTimeout": 3600,
"maxExecutions": 1000,
"retryOnFail": true,
"retryCount": 3,
"retryDelay": 1000
},
"description": "Automated workflow: Shopifytrigger Workflow. This workflow integrates 3 different services: shopifyTrigger, stickyNote, mautic. It contains 3 nodes and follows best practices for error handling and security.",
"notes": "Excellent quality workflow: Shopifytrigger Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation.",
"id": "wfed5e1962de3e"
}
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.
mauticApishopifyAccessTokenApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Shopifytrigger Workflow. Uses shopifyTrigger, mautic, stopAndError. Event-driven trigger; 4 nodes.
Source: https://github.com/basictechorg/n8n-business-automation/blob/main/workflows/e-commerce/0278_Shopify_Mautic_Create_Triggered.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Set Workflow. Uses shopifyTrigger, zendesk, stopAndError. Event-driven trigger; 10 nodes.
Shopifytrigger Workflow. Uses shopifyTrigger, hubspot, stopAndError. Event-driven trigger; 9 nodes.
Shopifytrigger Workflow. Uses shopifyTrigger, zendesk, stopAndError. Event-driven trigger; 8 nodes.
New WooCommerce Customer to Mautic. Uses mautic, wooCommerceTrigger, stopAndError. Event-driven trigger; 6 nodes.
Shopify Mautic. Uses shopifyTrigger, mautic, stickyNote. Event-driven trigger; 3 nodes.