Skip to main content
🦞
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

What's Next?

Install the Email Manager skill to start triaging emails.

Cookie Preferences

We use essential cookies and analytics to operate and improve the site. Advertising cookies are loaded only after you consent. Privacy Policy