feat(n8n-webhook): add gmail draft list/delete/send approval flows

This commit is contained in:
zap
2026-03-12 20:58:02 +00:00
parent e45949d496
commit 111dda91b8
10 changed files with 321 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
{
"action": "delete_email_draft",
"request_id": "test-delete-email-draft-001",
"args": {
"draft_id": "r-example-draft-id"
}
}