Connect to Gmail
Connect Gmail to Retool to read, send, and manage email using the Gmail API.
Gmail is Google's email service for sending, receiving, and organizing messages. Retool connects to Gmail through the Gmail API v1 using either OAuth 2.0 or a Google service account.
After you create a Gmail resource in Retool, you can:
- List and search messages in a mailbox and display them in tables or lists.
- Read message content, headers, and attachments for triage or summarization apps.
- Send messages and create drafts from forms and other user inputs.
- Apply or remove labels, move messages to trash, and restore trashed messages.
- List labels and inspect mailbox profile metadata.
Before you begin
To connect Gmail to Retool, you need the following:
- Cloud
- Self-hosted
- Google account: A Google account or Google Workspace user with access to the mailbox you want to query.
- Retool permissions: Edit all permissions for resources in your organization.
- Google account: A Google account or Google Workspace user with access to the mailbox you want to query.
- Custom OAuth 2.0 client: A Google OAuth 2.0 client configured for your Retool instance. Self-hosted instances cannot use Retool's hosted OAuth app and must provide their own client ID and secret. Service account authentication does not require an OAuth client.
- Network access: Your Retool instance must be able to reach
accounts.google.com,oauth2.googleapis.com, andgmail.googleapis.comover HTTPS. - Retool permissions: Edit all permissions for resources in your organization.
Create a Gmail resource
Follow these steps to create a Gmail resource in your Retool organization.
1. Create a new resource
In your Retool organization, navigate to Resources in the main navigation and click Create new → Resource. Search for Gmail and click the Gmail tile to begin configuration.
Use folders to organize your resources by team, environment, or data source type. This helps keep your resource list manageable as your organization grows.
2. Configure general settings
Specify a name and description for the resource that indicates which Google account or workspace it connects to. The description provides more context to users and Assist about how to use the resource.
| Example name | Example description |
|---|---|
Gmail | Default Gmail resource for the support team. Reads inbox threads and sends replies from internal apps. |
Gmail (read only) | Read-only Gmail resource for displaying recent messages on dashboards. |
When using Retool's hosted OAuth app (Cloud) or a custom OAuth app (self-hosted), you typically only need one resource. Each user authenticates individually and can only access their own mailbox. Creating multiple resources is usually unnecessary unless you need to support multiple OAuth applications or mix OAuth with service account authentication.
3. Configure authentication
Configure the connection settings for your Gmail resource under the Credentials section of the resource configuration form.

Gmail resource configuration form.
Authentication
Gmail supports two authentication methods. Choose based on whether queries should run as the signed-in user or as a non-interactive service identity.
| Authentication method | Use cases |
|---|---|
| OAuth 2.0 | Interactive apps where each user authenticates with their own Google account. Each user only sees their own mailbox. |
| Google Service Account | Automated workflows, scheduled queries, and shared internal apps that need to act as a non-interactive service identity. For Gmail, service accounts typically require domain-wide delegation in Google Workspace so the service account can impersonate a user mailbox. |
- Cloud
- Self-hosted
option A: OAuth 2.0 with Retool's hosted app (recommended)
Retool provides a hosted OAuth 2.0 client for Cloud organizations, so no external configuration is required.
- Select OAuth 2.0 as the Authentication method.
- Choose the Type:
- Read only—queries can read mailbox metadata and message content.
- Read and write—queries can read, modify labels, insert messages, and send or update mailbox data allowed by the modify scopes.
- Optionally enable Share credentials between users to allow all users of the resource to share a single set of credentials. By default, each user authenticates individually.
- Click Connect with OAuth and authorize Retool to access your Gmail.
- Click Create resource to save.
option B: Google service account
Use a service account when queries should run as a non-interactive service identity rather than as the signed-in user.
- Create a service account in the Google Cloud Console and generate a JSON key.
- Enable the Gmail API for your Google Cloud project and configure domain-wide delegation for the service account with the Gmail scopes your apps need.
- In Retool, select Google Service Account as the Authentication method.
- Choose the Type: Read only or Read and write.
- Paste the JSON contents of your service account key into the Service account key field.
- Click Create resource to save.
Refer to Google's service account documentation for setup details and key rotation guidance.
option A: OAuth 2.0 with a custom app (recommended)
Self-hosted instances must provide their own Google OAuth 2.0 client. Retool's hosted OAuth app is only available for Cloud organizations.
- Create an OAuth 2.0 client in the Google Cloud Console and configure the authorized redirect URI for your Retool instance.
- In Retool, select OAuth 2.0 as the Authentication method.
- Enter the Client ID and Client secret from your OAuth 2.0 client.
- Choose the Type:
- Read only—queries can read mailbox metadata and message content.
- Read and write—queries can read, modify labels, insert messages, and send or update mailbox data allowed by the modify scopes.
- Optionally enable Share credentials between users to allow all users of the resource to share a single set of credentials.
- Click Connect with OAuth and authorize Retool to access your Gmail.
- Click Create resource to save.
option B: Google service account
Use a service account when queries should run as a non-interactive service identity rather than as the signed-in user. Service accounts do not require a custom OAuth client.
- Create a service account in the Google Cloud Console and generate a JSON key.
- Enable the Gmail API for your Google Cloud project and configure domain-wide delegation for the service account with the Gmail scopes your apps need.
- In Retool, select Google Service Account as the Authentication method.
- Choose the Type: Read only or Read and write.
- Paste the JSON contents of your service account key into the Service account key field.
- Click Create resource to save.
Type
The Type setting controls the OAuth scopes used for Gmail API calls.
| Type | API access |
|---|---|
| Read only | Read mailbox metadata and message content. Uses the gmail.metadata and gmail.readonly scopes. Use for apps that list, search, or display email. |
| Read and write | Read and write access for labels, inserts, and mailbox modifications. Uses the gmail.labels, gmail.insert, and gmail.modify scopes. Use for apps that send mail, manage drafts, apply labels, or trash messages. |
To change the Type after a resource has been created, update the authentication settings and re-authorize the resource. Users are prompted to re-consent on the next query.
- Cloud
Outbound region
By default, requests originate from your organization's outbound region (for example, us-west-2). Enable Override default outbound Retool region to route requests through a different region. This is useful when Gmail API access is restricted by IP or when you need to align with data residency requirements.