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": "Acuity Scheduling Trigger",
"type": "n8n-nodes-base.acuitySchedulingTrigger",
"position": [
880,
400
],
"parameters": {
"event": "appointment.scheduled"
},
"credentials": {
"acuitySchedulingApi": "<your credential>"
},
"typeVersion": 1,
"id": "236343bd-67e5-4b4e-9d41-bb7e01a9c13c",
"notes": "This acuitySchedulingTrigger node performs automated tasks as part of the workflow."
},
{
"id": "error-950aeeca",
"name": "Error Handler",
"type": "n8n-nodes-base.stopAndError",
"typeVersion": 1,
"position": [
1000,
400
],
"parameters": {
"message": "Workflow execution error",
"options": {}
}
}
],
"connections": {},
"name": "Acuityschedulingtrigger Workflow",
"description": "Automated workflow: Acuityschedulingtrigger 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:41.869255",
"updatedAt": "2025-09-29T07:07:41.869315",
"owner": "n8n-user",
"license": "MIT",
"category": "automation",
"status": "active",
"priority": "high",
"environment": "production"
},
"tags": [
"automation",
"n8n",
"production-ready",
"excellent",
"optimized"
],
"notes": "Excellent quality workflow: Acuityschedulingtrigger Workflow. 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.
acuitySchedulingApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Acuityschedulingtrigger Workflow. Uses acuitySchedulingTrigger, stopAndError. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows/blob/main/workflows/Acuityscheduling/1002_Acuityscheduling_Automate_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.
verify email. Uses functionItem, uproc, stopAndError. Event-driven trigger; 5 nodes.
Receive updates when a new list is created in Affinity. Uses affinityTrigger, stopAndError. Event-driven trigger; 2 nodes.
This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.
This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.
Prevent concurrent workflow runs using Redis. Uses executeWorkflowTrigger, manualTrigger, stickyNote, executeWorkflow. Event-driven trigger; 43 nodes.