Create Google API Credentials
Guide to creating Google OAuth credentials for Cllr AI automation
Overview
We need OAuth credentials from Google Cloud so Cllr AI can securely access Gmail, Google Calendar, and Google Sheets to automate your workflows.
Step 1: Open Google Cloud Console
Go to console.cloud.google.com and log in with the Google Workspace (GSuite) account you want to use.
Step 2: Create a New Project
- In the top bar, click Select Project > New Project.
- Name it something recognizable like
cllr-automation. - Click Create.
Step 3: Enable Required APIs
Inside your new project, navigate to APIs & Services > Library. Search for and Enable the following APIs:
- ✅ Google Calendar API
- ✅ Gmail API
- ✅ Google Sheets API
- ✅ Google Drive API (If required)
Step 4: Configure OAuth Consent Screen
Go to APIs & Services > OAuth consent screen.
- Choose External (unless you want to restrict it to your organization only).
- Click Create.
- Fill in the basic info:
- App name:
Cllr Automations - User support email: Your email
- Developer contact email: Your email
- App name:
- Click Save and Continue.
Add Scopes
Click Add Scopes and select the following:
.../auth/calendar.../auth/gmail.readonly.../auth/gmail.send.../auth/gmail.modify
Click Save and Continue > Finish.
Step 5: Create OAuth Credentials
Go to APIs & Services > Credentials > Create Credentials > OAuth Client ID.
- Application type: Web application
- Name:
cllr OAuth - Authorized redirect URI:
https://cllr.ai/rest/oauth2-credential/callback - Click Create.
Copy & Share
Copy the following details to share with the Cllr Team:
- Client ID
- Client Secret