Use cases → Email operations
Deliver onboarding welcome kits via delegated automation
Automatically send onboarding materials to new users, ensuring every new joiner receives the correct resources as soon as their account is provisioned.
| Who it is for | IT and onboarding teams automating new user setup across tenants. |
|---|---|
| APIs | Gmail API, Drive API |
| Typical scopes | gmail.send, drive.readonly |
The problem
Sending welcome packs manually is error-prone, slow, and inconsistent. Automated delivery ensures no new user is missed, but must coordinate Drive document access and timely email delivery.
How it works
- Listen for new user creation events via Admin SDK or directory export.
- Collect and package relevant Drive files and links for the welcome kit.
- Use the Gmail API under domain-wide delegation to send a templated welcome email with attachments and Drive links.
- Log delivery status for audit and troubleshooting.
What changes
Every new user receives a consistent onboarding kit promptly, and the team can verify delivery for compliance.
Questions people ask
Can attachments be sent directly from Drive?
Yes, but when sending large files or folders, include Drive links instead of attachments to avoid Gmail size limits.
How do I know if the kit was delivered?
Log the message ID and API response for each send, and consider a read receipt if policy allows.
Want this built?
This is a pattern we run in production. We will set up the delegation and build this on top of it — $500 per hour, most of it working the same day.
Talk to us Or read the setup guideRelated use cases
Scan all inbound attachments for viruses at domain scale
Pull attachments from every user's inbox using a delegated service account and scan them for malware before allowing access.
Draft replies automatically in a shared inbox
A delegated service account reads an incoming enquiry, drafts a researched reply in the mailbox, and leaves it for a human to approve and send.
Triage and route inbound mail across a domain
Classify every inbound message, label it, and forward the ones that matter to the person who owns them — without touching a single mail rule.