Gmail
Connect Gmail to read emails, manage labels, and send messages through Cendriix agents.
Overview
| Auth method | OAuth 2.0 (Google) |
| Scopes | gmail.readonly, gmail.send, gmail.labels |
| MCP support | No |
| Setup time | ~10 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the Gmail integration
- Sign in with your Google account and authorize access
- Once authorized, email data becomes available to Cendriix agents
Admin setup (self-hosted)
If you’re running Cendriix on your own infrastructure, an admin needs to:
- Create OAuth credentials in Google Cloud Console
- Enable the Gmail API in your project
- Set the redirect URL to:
https://api.<your-domain>/v1/connectors/gmail/oauth/callback - Store the credentials in AWS Secrets Manager at
cendriix/prod/connectors/gmail:{ "client_id": "...", "client_secret": "..." }
Capabilities
Once connected, Cendriix agents can:
- Read email messages and threads
- Manage labels and organize inbox
- Send emails on your behalf when authorized
Security notes
- Google OAuth tokens support refresh with offline access
- Revocation available via Google’s OAuth revocation endpoint
- Disconnect at any time from Settings → Integrations → Connectors
Further reading
Last updated on