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
@@ -0,0 +1,11 @@
{
"action": "send_email_draft",
"request_id": "test-email-draft-001",
"args": {
"to": [
"will@example.com"
],
"subject": "Draft daily brief",
"body_text": "Here is a draft daily brief for review."
}
}