feat(n8n-webhook): add gmail draft list/delete/send approval flows
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"action": "delete_email_draft",
|
||||
"request_id": "test-delete-email-draft-001",
|
||||
"args": {
|
||||
"draft_id": "r-example-draft-id"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"action": "list_email_drafts",
|
||||
"request_id": "test-list-email-drafts-001",
|
||||
"args": {
|
||||
"max": 10,
|
||||
"all": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"action": "send_approved_email",
|
||||
"request_id": "test-send-approved-email-001",
|
||||
"args": {
|
||||
"draft_id": "r-example-draft-id"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"action": "send_gmail_draft",
|
||||
"request_id": "test-send-gmail-draft-001",
|
||||
"args": {
|
||||
"draft_id": "r-example-draft-id"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user