Email Integration
Gmail Integration
Connect OpenClaw to your Gmail account to manage emails.
Setup Steps
1. Create GCP Project
Set up Google Cloud Platform:
- Create a new Google Cloud Project
- Enable the Gmail API
- Create OAuth 2.0 Client credentials
2. Configure OpenClaw
Add your credentials:
{
"channels": {
"gmail": {
"enabled": true,
"clientId": "YOUR_GOOGLE_CLIENT_ID",
"clientSecret": "YOUR_GOOGLE_CLIENT_SECRET",
"redirectUri": "http://localhost:3000/auth/callback"
}
}
}3. Authenticate
Run the auth command to log in:
openclaw auth gmail