How do you use n8n with Canva design automation?
Install the Layerre n8n node, add it to your workflow, and connect it to any trigger node. Map your data to Canva template fields and generate design variants as part of your self-hosted automation.
n8n is a source-available workflow automation tool that you can self-host or use in the cloud. Layerre has an official n8n community node that lets you generate images from Canva templates directly in your workflows.
Setup:
1. Install the Layerre node
In your n8n instance:
bashnpm install @layerre/n8n-nodes-layerre
Or install from the n8n community nodes UI.
2. Add your API credentials
In n8n's credentials manager, add your Layerre API key.
3. Build your workflow
A typical Layerre n8n workflow:
- Trigger node: Cron (scheduled), Webhook, or app trigger (Google Sheets, Postgres, etc.)
- Layerre node: "Create Variant" operation with template ID and field mapping
- Output node: Save to filesystem, upload to S3, send via email, post to Slack
Example workflows:
Database → Layerre → S3:
- Postgres trigger: new row in "certificates" table
- Layerre: generate certificate with name, date, course fields
- AWS S3: upload the generated PDF
- Postgres: update the row with the S3 URL
Webhook → Layerre → response:
- Webhook trigger: receives JSON with design data
- Layerre: generates the image
- Respond to Webhook: returns the image URL
Cron → Sheets → Layerre → Drive:
- Cron: runs daily at 9 AM
- Google Sheets: read all unprocessed rows
- Layerre: generate an image for each row
- Google Drive: upload each image
- Google Sheets: mark rows as processed
Why n8n for design automation:
- Self-hosted: your data stays on your servers
- No per-operation pricing (unlike Zapier/Make)
- Full control over workflow logic, error handling, and retries
- Can run complex multi-step workflows with branching and loops
- Docker-friendly for deployment alongside your existing infrastructure
Automate your Canva designs with no code required
Import Canva templates and connect to Zapier, Make, or n8n to generate design variants automatically. Free to start.