This workflow follows the Google Sheets → Stopanderror recipe pattern — see all workflows that pair these two integrations.
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 →
{
"nodes": [
{
"name": "GS Read Data2 1",
"type": "n8n-nodes-base.googleSheets",
"position": [
240,
750
],
"parameters": {
"range": "Data!A:P",
"options": {
"valueRenderMode": "FORMATTED_VALUE"
},
"sheetId": "1jKYwPE9DMFOYf1AeDuTvQ3GSM2GqaEJhGYNoisxSLpM"
},
"credentials": {
"googleApi": "<your credential>"
},
"typeVersion": 1,
"id": "e42e361a-19e8-4118-96ce-d66a3589e260",
"notes": "This googleSheets node performs automated tasks as part of the workflow."
},
{
"name": "Mautic",
"type": "n8n-nodes-base.mautic",
"position": [
450,
750
],
"parameters": {
"email": "={{$(\"GS Read Data2\").item.json[\"email\"]}}",
"options": {},
"firstName": "={{$(\"GS Read Data2\").item.json[\"firstname\"]}}",
"additionalFields": {
"mobile": "={{$(\"GS Read Data2\").item.json[\"mobile\"]}}"
}
},
"credentials": {
"mauticApi": "<your credential>"
},
"notesInFlow": false,
"typeVersion": 1,
"id": "53b91521-ff0e-475a-a7bc-1e9e34771095",
"notes": "This mautic node performs automated tasks as part of the workflow."
},
{
"name": "GS Read Data2 2",
"type": "n8n-nodes-base.googleSheets",
"position": [
240,
750
],
"parameters": {
"range": "Data!A:P",
"options": {
"valueRenderMode": "FORMATTED_VALUE"
},
"sheetId": "1jKYwPE9DMFOYf1AeDuTvQ3GSM2GqaEJhGYNoisxSLpM"
},
"credentials": {
"googleApi": "<your credential>"
},
"typeVersion": 1,
"id": "c0364ef3-7c36-4dc1-8419-dce56fa43f70",
"notes": "This googleSheets node performs automated tasks as part of the workflow."
},
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
40,
750
],
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyX",
"unit": "minutes",
"value": 5
}
]
}
},
"typeVersion": 1,
"id": "c017bca5-7850-41ef-84cc-f32f07c1d6a9",
"notes": "This cron node performs automated tasks as part of the workflow."
},
{
"id": "error-05f0e0a8",
"name": "Error Handler",
"type": "n8n-nodes-base.stopAndError",
"typeVersion": 1,
"position": [
1000,
400
],
"parameters": {
"message": "Workflow execution error",
"options": {}
}
}
],
"connections": {},
"name": "Googlesheets Workflow",
"description": "Automated workflow: Googlesheets Workflow. This workflow processes data and performs automated tasks.",
"settings": {
"executionOrder": "v1",
"saveManualExecutions": true,
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": null,
"timezone": "UTC",
"executionTimeout": 3600,
"maxExecutions": 1000,
"retryOnFail": true,
"retryCount": 3,
"retryDelay": 1000
},
"meta": {
"versionId": "1.0.0",
"createdAt": "2025-09-29T07:07:50.928646",
"updatedAt": "2025-09-29T07:07:50.928658",
"owner": "n8n-user",
"license": "MIT",
"category": "automation",
"status": "active",
"priority": "high",
"environment": "production"
},
"notes": "Excellent quality workflow: Googlesheets Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation.",
"id": "wfd74e5af94c11"
}
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.
googleApimauticApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Googlesheets Workflow. Uses googleSheets, mautic, stopAndError. Scheduled trigger; 5 nodes.
Source: https://github.com/basictechorg/n8n-marketing-sales/blob/main/workflows/content-marketing/1083_Mautic_GoogleSheets_Automate_Scheduled.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.
StatsInstagram. Uses mattermost, googleSheets, stopAndError. Scheduled trigger; 6 nodes.
Production Workflow. Uses httpRequest, twitter, stopAndError. Scheduled trigger; 5 nodes.
Cocktail Recipe Sharing. Uses bannerbear, httpRequest, rocketchat, stopAndError. Scheduled trigger; 5 nodes.
Calendlytrigger Workflow. Uses calendlyTrigger, mautic, stopAndError. Event-driven trigger; 4 nodes.
Weekly Campaign Metrics â Slack. Uses googleSheets, slack. Scheduled trigger; 4 nodes.