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 →
{
"id": "112",
"name": "Receive updates when a new account is added by an admin in ActiveCampaign",
"nodes": [
{
"name": "ActiveCampaign Trigger",
"type": "n8n-nodes-base.activeCampaignTrigger",
"position": [
700,
250
],
"parameters": {
"events": [
"account_add"
],
"sources": [
"admin"
]
},
"credentials": {
"activeCampaignApi": "<your credential>"
},
"typeVersion": 1,
"id": "fd48629a-cf31-40ae-949e-88709ffb5003",
"notes": "This activeCampaignTrigger node performs automated tasks as part of the workflow."
},
{
"id": "error-2d94cea0",
"name": "Error Handler",
"type": "n8n-nodes-base.stopAndError",
"typeVersion": 1,
"position": [
1000,
400
],
"parameters": {
"message": "Workflow execution error",
"options": {}
}
}
],
"active": false,
"settings": {
"executionOrder": "v1",
"saveManualExecutions": true,
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": null,
"timezone": "UTC",
"executionTimeout": 3600,
"maxExecutions": 1000,
"retryOnFail": true,
"retryCount": 3,
"retryDelay": 1000
},
"connections": {},
"description": "Automated workflow: Receive updates when a new account is added by an admin in ActiveCampaign. This workflow processes data and performs automated tasks.",
"meta": {
"versionId": "1.0.0",
"createdAt": "2025-09-29T07:07:41.862892",
"updatedAt": "2025-09-29T07:07:41.863096",
"owner": "n8n-user",
"license": "MIT",
"category": "automation",
"status": "active",
"priority": "high",
"environment": "production"
},
"tags": [
"automation",
"n8n",
"production-ready",
"excellent",
"optimized"
],
"notes": "Excellent quality workflow: Receive updates when a new account is added by an admin in ActiveCampaign. This workflow has been optimized for production use with comprehensive error handling, security, and documentation."
}
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.
activeCampaignApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Receive updates when a new account is added by an admin in ActiveCampaign. Uses activeCampaignTrigger, stopAndError. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows/blob/main/.playwright-mcp/0057-Activecampaign-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.
This automated workflow streamlines the process of responding to leads who submit a Google Form. It instantly sends a personalized confirmation email to the lead and notifies your internal team with t
LeadInboxTriageBot_GT. Uses gmailTrigger. Event-driven trigger; 6 nodes.
Get analytics of a website and store it Airtable. Uses manualTrigger, googleAnalytics, airtable. Event-driven trigger; 4 nodes.
Facebookleadads Stickynote. Uses stickyNote, facebookLeadAdsTrigger, n8n-nodes-klicktipp. Event-driven trigger; 3 nodes.
Add a subscriber to a list and create and send a campaign. Uses sendy. Event-driven trigger; 3 nodes.