Google Gmail

coquibot/coqui-toolkit-google-gmail

Google Gmail toolkit for Coqui — read, send, label, and draft emails via the Gmail REST API

gmailgoogleemail
0 downloads 0 stars

Required Credentials

GMAIL_CLIENT_ID

Google OAuth2 Client ID — create a Desktop app credential at https://console.cloud.google.com/apis/credentials

GMAIL_CLIENT_SECRET

Google OAuth2 Client Secret — from the same credential page as the Client ID

Package Info

{
  "gated": {
    "gmail_auth": [
      "revoke"
    ],
    "gmail_draft": [
      "send",
      "delete"
    ],
    "gmail_label": [
      "create",
      "delete",
      "update"
    ],
    "gmail_message": [
      "send",
      "reply",
      "forward",
      "trash",
      "untrash",
      "delete",
      "modify"
    ]
  },
  "toolkits": [
    "CoquiBot\\Toolkits\\GoogleGmail\\GmailToolkit"
  ]
}