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": "Issuance Workflows",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "batch-issue",
"options": {}
},
"name": "Batch Issue Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "{\n \"success\": true,\n \"jobId\": \"job-{{ $now }}\",\n \"message\": \"Batch processing started\"\n}",
"options": {}
},
"name": "Respond Batch Issue",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
200,
0
]
},
{
"parameters": {
"httpMethod": "POST",
"path": "process-canva",
"options": {}
},
"name": "Process Canva Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
200
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "{\n \"success\": true,\n \"elements\": []\n}",
"options": {}
},
"name": "Respond Canva",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
200,
200
]
},
{
"parameters": {
"httpMethod": "POST",
"path": "save-template",
"options": {}
},
"name": "Save Template Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
400
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "{\n \"success\": true,\n \"id\": \"tpl-{{ $now }}\"\n}",
"options": {}
},
"name": "Respond Save Template",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
200,
400
]
}
],
"connections": {
"Batch Issue Webhook": {
"main": [
[
{
"node": "Respond Batch Issue",
"type": "main",
"index": 0
}
]
]
},
"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
Issuance Workflows. Webhook trigger; 6 nodes.
Source: https://github.com/Aether-Connect-Labs/AcademicChain-Ledger/blob/main/n8n/workflows/issuance-workflows.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.
Template & Design Service. Webhook trigger; 4 nodes.
Employer Identity Verification Service. Webhook trigger; 4 nodes.
Employer Workflows. Webhook trigger; 4 nodes.