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": "TrustField Workflow Sample Bridge",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "trustfield-workflow-sample",
"responseMode": "onReceived"
},
"id": "wh",
"name": "Sample Stage Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
240,
300
]
},
{
"parameters": {
"jsCode": "const b = $input.first().json.body || $input.first().json;\nreturn [{ json: { chain: 'workflow_sample', slug: b.slug, stage: b.stage, stage_index: b.stage_index, decision: b.decision || null, client: b.client || null, at: b.at || new Date().toISOString() } }];"
},
"id": "norm",
"name": "Normalize Sample Event",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
480,
300
]
},
{
"parameters": {
"chatId": "={{$env.TELEGRAM_CHANNEL_ID}}",
"text": "=Sample {{$json.slug}} \u2192 {{$json.stage}}{{$json.decision ? ' \u00b7 ' + $json.decision : ''}}"
},
"id": "tg",
"name": "Optional Telegram",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
720,
300
]
}
],
"connections": {
"Sample Stage Webhook": {
"main": [
[
{
"node": "Normalize Sample Event",
"type": "main",
"index": 0
}
]
]
},
"Normalize Sample Event": {
"main": [
[
{
"node": "Optional Telegram",
"type": "main",
"index": 0
}
]
]
}
},
"meta": {
"description": "Receives proxied sample stage events from web /api/workflow-sample-n8n when N8N_WORKFLOW_SAMPLE_WEBHOOK_URL is set."
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
TrustField Workflow Sample Bridge. Uses telegram. Webhook trigger; 3 nodes.
Source: https://gist.github.com/kazemnezhadsina144-dot/7c4826fbe2e149d75abc832b5a0b3d0f — 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.
WF_UNIFIED_LEGAL_AUTOMATION. Uses googleSheets, httpRequest, telegram, telegramTrigger. Webhook trigger; 53 nodes.
qualiopi. Uses airtable, telegram, emailSend, httpRequest. Webhook trigger; 51 nodes.
Admin Handler. Uses telegram, postgres. Webhook trigger; 50 nodes.
PsyCardv2. Uses executeCommand, telegram, readBinaryFile, googleDrive. Webhook trigger; 41 nodes.