Google Gmail
coquibot/coqui-toolkit-google-gmailGoogle Gmail toolkit for Coqui — read, send, label, and draft emails via the Gmail REST API
gmailgoogleemail
0 downloads 0 stars
Required Credentials
GMAIL_CLIENT_IDGoogle OAuth2 Client ID — create a Desktop app credential at https://console.cloud.google.com/apis/credentials
GMAIL_CLIENT_SECRETGoogle 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"
]
}