| name | gmail-send |
| description | Send email directly — requires explicit send authorization |
| tags | ["email","gmail","send","outbound"] |
Gmail Send
When to use
ONLY when requesting agent has explicit "send" authorization. Default to gmail-draft otherwise.
Execution
- Verify explicit send authorization from requesting agent
- If not authorized, create draft instead (gmail-draft)
- Parse: --to, --subject, --body
- Run:
gog gmail send --account relay.supernor@gmail.com --to "<email>" --subject "<subject>" --body "<body>"
- Confirm sent, return message ID
Account Routing
- Route through correct Google account based on initiating agent/human
Logging
- Log every sent email via log-event with full details
Intent: Connected [I10]. Purpose: [P-TBD].