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.
Auth Mock Service. Webhook trigger; 8 nodes.
Check Accounts Service. Webhook trigger; 8 nodes.
Issuance Workflows. Webhook trigger; 6 nodes.
Employer Identity Verification Service. Webhook trigger; 4 nodes.
Employer Workflows. Webhook trigger; 4 nodes.