{
  "ab_internal": {
    "isEnterprise": false,
    "ql": 100,
    "requireVersionIncrementsInPullRequests": true,
    "sl": 100
  },
  "allowedHosts": {
    "hosts": [
      "gmail.googleapis.com"
    ]
  },
  "connectorBuildOptions": {
    "baseImage": "docker.io/airbyte/source-declarative-manifest:7.13.0@sha256:949b0f3efefbd66e6222f279f36b2fb1c796b06e0e712b1a80124b49769862c4"
  },
  "custom": false,
  "dockerImageTag": "0.1.0-preview.27d9859",
  "dockerRepository": "airbyte/source-gmail",
  "documentationUrl": "https://docs.airbyte.com/integrations/sources/gmail",
  "externalDocumentationUrls": [
    {
      "title": "Gmail API reference",
      "type": "api_reference",
      "url": "https://developers.google.com/gmail/api/reference/rest"
    },
    {
      "title": "Gmail authentication",
      "type": "authentication_guide",
      "url": "https://developers.google.com/gmail/api/auth/about-auth"
    },
    {
      "title": "Gmail API quotas",
      "type": "rate_limits",
      "url": "https://developers.google.com/gmail/api/reference/quota"
    },
    {
      "title": "Google Workspace Status",
      "type": "status_page",
      "url": "https://www.google.com/appsstatus/"
    }
  ],
  "generated": {
    "git": {
      "commit_author": "Devin AI",
      "commit_author_email": "158243242+devin-ai-integration[bot]@users.noreply.github.com",
      "commit_sha": "6104effcbb8884de1fb80e89c26e5970cca75269",
      "commit_timestamp": "2026-04-17T18:41:00+00:00"
    },
    "sbomUrl": "https://connectors.airbyte.com/files/sbom/airbyte/source-gmail/0.1.0-preview.27d9859.spdx.json",
    "source_file_info": {
      "metadata_bucket_name": "prod-airbyte-cloud-connector-metadata-service",
      "metadata_file_path": "metadata/airbyte/source-gmail/0.1.0-preview.27d9859/metadata.yaml",
      "metadata_last_modified": "2026-04-17T20:33:38.720122+00:00",
      "registry_entry_generated_at": "2026-04-17T20:33:38.720122+00:00"
    }
  },
  "githubIssueLabel": "source-gmail",
  "icon": "icon.svg",
  "iconUrl": "https://connectors.airbyte.com/files/metadata/airbyte/source-gmail/latest/icon.svg",
  "language": "manifest-only",
  "license": "ELv2",
  "name": "Gmail",
  "packageInfo": {},
  "public": true,
  "releaseDate": "2024-10-09",
  "releaseStage": "alpha",
  "releases": {
    "rolloutConfiguration": {
      "advanceDelayMinutes": 10,
      "enableProgressiveRollout": false,
      "initialPercentage": 0,
      "maxPercentage": 50
    }
  },
  "remoteRegistries": {
    "pypi": {
      "enabled": false,
      "packageName": "airbyte-source-gmail"
    }
  },
  "sourceDefinitionId": "f7833dac-fc18-4feb-a2a9-94b22001edc6",
  "sourceType": "api",
  "spec": {
    "connectionSpecification": {
      "$schema": "http://json-schema.org/draft-07/schema#",
      "additionalProperties": true,
      "properties": {
        "client_id": {
          "airbyte_secret": true,
          "name": "client_id",
          "order": 0,
          "title": "OAuth Client ID",
          "type": "string"
        },
        "client_refresh_token": {
          "airbyte_secret": true,
          "order": 2,
          "title": "Refresh token",
          "type": "string"
        },
        "client_secret": {
          "airbyte_secret": true,
          "name": "client_secret",
          "order": 1,
          "title": "OAuth Client Secret",
          "type": "string"
        },
        "include_spam_and_trash": {
          "default": false,
          "description": "Include drafts/messages from SPAM and TRASH in the results. Defaults to false.",
          "order": 3,
          "title": "Include Spam & Trash",
          "type": "boolean"
        },
        "num_workers": {
          "default": 5,
          "description": "Number of concurrent workers used when syncing. Higher values result in faster syncs but may trigger rate limiting on lower-tier Gmail API quotas. The default works well for most accounts; if you see frequent rate-limit errors in sync logs, reduce this value.",
          "maximum": 10,
          "minimum": 2,
          "order": 4,
          "title": "Number of concurrent workers",
          "type": "integer"
        },
        "start_date": {
          "description": "UTC date and time in the format YYYY-MM-DDTHH:MM:SSZ. Only messages, threads, and drafts received on or after this date will be replicated. If not set, all historical data will be replicated.",
          "examples": [
            "2020-01-01T00:00:00Z"
          ],
          "format": "date-time",
          "order": 5,
          "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
          "title": "Start date",
          "type": "string"
        }
      },
      "required": [
        "client_id",
        "client_secret",
        "client_refresh_token"
      ],
      "type": "object"
    },
    "supportsDBT": false,
    "supportsNormalization": false
  },
  "supportLevel": "community",
  "supportsDataActivation": false,
  "supportsFileTransfer": false,
  "tags": [
    "language:manifest-only",
    "cdk:low-code"
  ],
  "tombstone": false
}
