What problem does it solve?
Office teams need a single, permission-safe workflow to access shared Google Drive materials, send sales-related email, and manage Forms/Calendar actions without exposing service account credentials or accidentally emailing ineligible customers.
Core Features & Use Cases
- Drive materials library workflow: Locate, browse, upload, and search shared drive content using workspace API patterns while handling authorization errors and preserving tenant-safe access boundaries.
- Shared drive permission correctness: Enforce correct access control per client/tenant, including shared drive handling behaviors such as
supportsAllDrives and driveId.
- Sales email sending with safeguards: Send sales materials via Resend while using guardrails that prevent risky delivery paths (e.g., Railway SMTP blocking) and avoid real sending when required secrets are missing.
- Forms/Calendar extension compatibility: Extend Calendar/Forms capabilities without breaking the existing Drive authentication/authorization model.
- Business-rule blocking for outbound materials: Apply block conditions for cases like sales refusal, closure, or missing email so no real emails are sent to ineligible recipients.
Quick Start
Use the office-google-workspace skill to verify the correct route/service/hook flow for Drive upload and search for a specific client, including permission error handling and shared drive behavior.