How to configure Gmail integration on Make
Make supports simple Gmail OAuth via UI for most users, but custom GCP setup with Gmail API, OAuth screen, and Client ID/Secret is required for advanced or Workspace accounts. Common errors like 403 Access Denied fix by adding test users and correct URIs. Setup takes 5-15 minutes.
Prerequisites
- Google account (preferably @gmail.com)
- Make.com account with scenario permissions
- Access to Google Cloud Console
- Make OAuth redirect URI: https://www.make.com/oauth/cb/google-custom
Step-by-Step Instructions
Log in to Make and create scenario
make.com, sign in, navigate to Scenarios in the left sidebar, and click Create a new scenario (blue button top-right). This opens the scenario editor where you'll add Gmail modules.Add Gmail module
+ icon to add the first module. Search for and select Gmail. Choose a module like Watch emails (trigger) or Send an email (action). The setup panel opens on the right.Create connection in Make
My Gmail Production). Click Continue or Sign in with Google for standard OAuth.Set up Google Cloud Platform project
Configure OAuth consent screen
https://www.make.com/oauth/cb/google-custom. Add your email as test user if in Testing mode. Save and continue.Generate and add OAuth credentials
Authorize and confirm connection
Configure module fields
recipient@example.com, comma-separated), Subject (Automated Update), Body type (HTML/Plain text), Body contents (Hello, this is a test.). Use ID finder (magnifying glass) for Message/Thread ID. Add optional signature or attachments.Test the connection
Save and activate scenario
Common Issues & Troubleshooting
403 Access Denied
Add exact Google account email as Test user in GCP OAuth consent screen > Test users. Publish app to Production or wait for verification.
403 Access Not Configured
Enable Gmail API in GCP project: APIs & Services > Library > Search Gmail API > Enable.
Invalid credentials (Failure)
Verify Client ID/Secret, redirect URI (<code>https://www.make.com/oauth/cb/google-custom</code>), and scopes. Reauthorize connection.
400 failedPrecondition: Mail service not enabled
Use @gmail.com or @googlemail.com account; non-Gmail accounts often fail.
Unverified app warning
Safe for personal use; reauthorize weekly until published. Add test users.