feat(n8n-webhook): expand action bus starter workflow

This commit is contained in:
zap
2026-03-12 17:22:58 +00:00
parent 2757527957
commit 9dcc477a98
13 changed files with 386 additions and 97 deletions
@@ -1,7 +1,10 @@
{
"action": "append_log",
"request_id": "test-append-log-001",
"args": {
"text": "backup complete"
},
"request_id": "test-append-log-001"
"text": "backup complete",
"meta": {
"source": "backup-job"
}
}
}