Coqui Toolkit: Google Gmail
coquibot/coqui-toolkit-google-gmailGoogle Gmail toolkit for Coqui — read, send, label, and draft emails via the Gmail REST API
gmailgoogleemailapigoogle-gmail
0 downloads 0 stars
Required Credentials
0GMAIL_CLIENT_ID
1GMAIL_CLIENT_SECRET
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": [
"CarmeloSantana\\CoquiToolkitGoogleGmail\\GmailToolkit"
],
"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"
},
"description": "Gmail — read, send, label, and draft emails via the Gmail REST API with OAuth2 authentication"
}