Files
santifer--career-ops/plugins/gmail/manifest.json
T
wehub-resource-sync d083df1fdb
CodeQL Analysis / Analyze (javascript-typescript) (push) Failing after 2s
Web CI / web typecheck + build (push) Failing after 1s
Release Please / release-please (push) Failing after 1s
CodeQL Analysis / Analyze (go) (push) Failing after 16s
chore: import upstream snapshot with attribution
2026-07-13 12:02:43 +08:00

14 lines
473 B
JSON

{
"id": "gmail",
"name": "Gmail ingest",
"version": "1.0.0",
"apiVersion": 1,
"description": "Pull job leads from a Gmail label into your pipeline (read-only, your OAuth token).",
"hooks": ["ingest"],
"requiredEnv": ["GMAIL_CLIENT_ID", "GMAIL_CLIENT_SECRET", "GMAIL_REFRESH_TOKEN"],
"allowedHosts": ["oauth2.googleapis.com", "gmail.googleapis.com"],
"skill": "skill.md",
"humanInTheLoop": true,
"homepage": "https://developers.google.com/gmail/api"
}