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": "Employer Identity Verification Service",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "employer-verify-image",
"options": {}
},
"name": "Employer Verify Image Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "{\n \"success\": true,\n \"matchFound\": true,\n \"confidence\": 0.94,\n \"data\": {\n \"name\": \"Ana Garc\u00eda\",\n \"credential\": \"Ingenier\u00eda de Software\",\n \"institution\": \"Instituto Tecnol\u00f3gico Blockchain\",\n \"graduated\": true,\n \"date\": \"2023-06-20\",\n \"photoMatch\": true,\n \"blockchain\": \"Hedera Hashgraph\"\n }\n}",
"options": {}
},
"name": "Respond Employer Image",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
200,
0
]
},
{
"parameters": {
"httpMethod": "POST",
"path": "verify-identity-image",
"options": {}
},
"name": "Verify Identity Image Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
200
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "{\n \"success\": true,\n \"matchFound\": true,\n \"data\": {\n \"name\": \"Estudiante Identificado\",\n \"confidence\": \"98.5%\",\n \"status\": \"Verified\",\n \"studentId\": \"0.0.123456\",\n \"credentials\": [\"Ingenier\u00eda de Software\", \"Certificado de React\"]\n }\n}",
"options": {}
},
"name": "Respond Identity Image",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
200,
200
]
}
],
"connections": {
"Employer Verify Image Webhook": {
"main": [
[
{
"node": "Respond Employer Image",
"type": "main",
"index": 0
}
]
]
},
"Verify Identity Image Webhook": {
"main": [
[
{
"node": "Respond Identity Image",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Employer Identity Verification Service. Webhook trigger; 4 nodes.
Source: https://github.com/Aether-Connect-Labs/AcademicChain-Ledger/blob/main/n8n/workflows/employer-verify-identity.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.
Template & Design Service. Webhook trigger; 4 nodes.
Employer Workflows. Webhook trigger; 4 nodes.