feat(n8n-webhook): expand action bus starter workflow
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user