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 →
{
"name": "Template & Design Service",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "process-canva",
"options": {}
},
"name": "Process Canva Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "{\n \"success\": true,\n \"elements\": [\n { \"type\": \"text\", \"text\": \"Certificado Canva\", \"left\": 100, \"top\": 100, \"fontSize\": 40 },\n { \"type\": \"image\", \"src\": \"https://via.placeholder.com/800x600\", \"left\": 0, \"top\": 0 }\n ]\n}",
"options": {}
},
"name": "Respond Canva",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
200,
0
]
},
{
"parameters": {
"httpMethod": "POST",
"path": "save-template",
"options": {}
},
"name": "Save Template Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
200
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "{\n \"success\": true,\n \"id\": \"tpl-{{$now.toFormat('yyyyMMddHHmmss')}}\",\n \"message\": \"Plantilla guardada exitosamente\"\n}",
"options": {}
},
"name": "Respond Save Template",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
200,
200
]
}
],
"connections": {
"Process Canva Webhook": {
"main": [
[
{
"node": "Respond Canva",
"type": "main",
"index": 0
}
]
]
},
"Save Template Webhook": {
"main": [
[
{
"node": "Respond Save Template",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Template & Design Service. Webhook trigger; 4 nodes.
Source: https://github.com/Aether-Connect-Labs/AcademicChain-Ledger/blob/fa748a164c32fb5f86a74b22fc98643087da7e22/n8n/workflows/template-management.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.
Mindwave — 02 Discovery Brief. Uses emailSend. Webhook trigger; 3 nodes.
This workflow automates the process of recording successful payments from Stripe into QuickBooks by creating corresponding Sales Receipts. It ensures payment data is captured accurately, checks whethe
This n8n workflow automates the integration between Xero and FileMaker, allowing for seamless data transfer between the two platforms. By listening for webhooks from Xero (e.g., new invoices, payments
Http Stripe. Uses httpRequest, stripe, stripeTrigger, quickbooks. Event-driven trigger; 10 nodes.
Streamline your accounting by automatically creating QuickBooks Online customers and sales receipts whenever a successful Stripe payment is processed. Ideal for businesses looking to reduce manual dat