cllr Logocllr

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

  1. In the top bar, click Select Project > New Project.
  2. Name it something recognizable like cllr-automation.
  3. 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)

Go to APIs & Services > OAuth consent screen.

  1. Choose External (unless you want to restrict it to your organization only).
  2. Click Create.
  3. Fill in the basic info:
    • App name: Cllr Automations
    • User support email: Your email
    • Developer contact email: Your email
  4. 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.

  1. Application type: Web application
  2. Name: cllr OAuth
  3. Authorized redirect URI:
    https://cllr.ai/rest/oauth2-credential/callback
  4. Click Create.

Copy & Share

Copy the following details to share with the Cllr Team:

  • Client ID
  • Client Secret