Settings
Google Integration
Connect your Google account to enable Drive uploads and Gmail draft creation.
Connection Status
Checking…
What This Enables
Google Drive
CMA reports are automatically saved to
Agent Services / [Agent] / [Client] in your Drive.Gmail
A ready-to-send email draft is created in your Gmail inbox for the agent to review and send.
Google Cloud Setup Checklist
1
Go to Google Cloud Console → APIs & Services → Credentials → open your OAuth 2.0 Client ID.
2
Under Authorized redirect URIs, add:
http://localhost:3000/auth/google/callback3
Enable the Google Drive API and Gmail API in your project's API Library.
4
Copy your Client ID and Client Secret into the
.env file in the cma-tool folder.5
Restart the server (
npm run dev), then click Connect Google Account below.