feat(n8n-webhook): add compact approval history views
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"action": "create_calendar_event",
|
||||
"request_id": "verify-calendar-event-cycle-001",
|
||||
"args": {
|
||||
"calendar": "primary",
|
||||
"title": "[zap verify] Calendar event cycle smoke",
|
||||
"start": "2030-01-15T18:00:00Z",
|
||||
"end": "2030-01-15T18:30:00Z",
|
||||
"description": "Recurring verification payload for the n8n Google Workspace action bus. Queue this event, approve it through the gog bridge, verify the created calendar event, then delete the event as cleanup."
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"action": "send_email_draft",
|
||||
"request_id": "verify-email-draft-cycle-001",
|
||||
"args": {
|
||||
"to": ["will@example.com"],
|
||||
"subject": "[zap verify] Gmail draft cycle smoke",
|
||||
"body_text": "Recurring verification payload for the n8n Google Workspace action bus. Queue this draft, approve it through the gog bridge, verify the created Gmail draft, then delete the draft as cleanup."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user