Close n8n Template: Ready to Import
Copy-paste n8n template for Close — triggers, actions, retries and alerts already wired.
Key takeaways
- Import once, adapt to your stack.
- Sticky notes make the flow readable.
- Metrics should be flat or improving.
- Alerts on error are non-negotiable.
This Close template is production-ready: import the JSON, plug in your credentials, and go. Below is the full breakdown of what it does and how to adapt it.
What the template does
The template ingests Close events, normalizes fields, enriches missing data, and writes back to your source of truth.
Optional AI enrichment is available behind a flag so you can turn it off during testing.
Nodes included
Trigger, dedupe, normalize, enrich, write, alert-on-error. Sticky notes call out each phase so newcomers can follow along.
How to adapt
Swap the trigger to Cron for scheduled runs. Swap the write target to Postgres, Airtable, or Notion depending on your stack.
Replace the alert channel with your on-call tool of choice.
Metrics you should watch
Executions per day, error rate, average duration, and cost per run. All four should trend flat or down over time.
Frequently asked questions
- Is this template free?
- Yes. Every template on N8N.academy is free to use commercially.
- Does it work on Cloud n8n?
- Yes — no self-host-only nodes are used.
- How do I share it with my team?
- Export the JSON and commit to your repo, or use n8n's built-in versioning.
- Where do I get support?
- Post on the n8n community forum or open a discussion on our GitHub.