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 Agentic Weekly Audit",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "weeks",
"weeksInterval": 1,
"triggerAtDay": [
0
],
"triggerAtHour": 9
}
]
}
},
"id": "schedule",
"name": "Sunday 09:00",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"command": "./scripts/agentic_weekly_audit.sh"
},
"id": "audit",
"name": "Run Weekly Audit",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
480,
300
]
},
{
"parameters": {
"chatId": "={{$env.TELEGRAM_CHANNEL_ID}}",
"text": "={{$json.stdout}}"
},
"id": "telegram",
"name": "Telegram Digest",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1,
"position": [
720,
300
]
}
],
"connections": {
"Sunday 09:00": {
"main": [
[
{
"node": "Run Weekly Audit",
"type": "main",
"index": 0
}
]
]
},
"Run Weekly Audit": {
"main": [
[
{
"node": "Telegram Digest",
"type": "main",
"index": 0
}
]
]
}
},
"meta": {
"description": "RZ-Logic workflow #10 pattern \u2014 local fallback: ./scripts/agentic_weekly_audit.sh"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
TrustField Agentic Weekly Audit. Uses executeCommand, telegram. Scheduled 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.
This workflow automates the creation of a daily sports podcast from your favorite news sources. It fetches articles, uses AI to write a digest and a two-person dialogue, and produces a single, merged
My workflow 9. Uses executeWorkflowTrigger, googleSheets, httpRequest, executeCommand. Scheduled trigger; 28 nodes.
Scale short-form content without scaling your team. This template turns idea discovery → prompt & text generation → Veo-3 video rendering → vertical formatting → multi-channel publishing into one cohe
Execute a command that gives the hard disk memory used on the host machine. Uses executeCommand, twilio, stopAndError. Scheduled trigger; 6 nodes.
Master Agent - Orchestrator. Uses httpRequest, telegram, telegramTrigger. Scheduled trigger; 46 nodes.