packages/docs/connectors/gmail-watch.md
Monitor Gmail inboxes for incoming messages using Google Cloud Pub/Sub with the @elizaos/plugin-gmail-watch package.
The Gmail Watch plugin is an elizaOS feature plugin that monitors Gmail inboxes via Google Cloud Pub/Sub. It watches for new messages and triggers agent events. This plugin is enabled via the features.gmailWatch flag rather than the connectors section. Available from the plugin registry.
Note: Gmail Watch is categorized as a feature plugin, not a connector. It uses the
featuresconfig section instead ofconnectors.
| Field | Value |
|---|---|
| Package | @elizaos/plugin-gmail-watch |
| Feature flag | features.gmailWatch |
| Install | eliza plugins install @elizaos/plugin-gmail-watch |
Gmail Watch does not use environment variables for configuration. It is enabled via the features section of your config.
Install the plugin from the registry:
eliza plugins install gmail-watch
Enable in ~/.eliza/eliza.json:
{
"features": {
"gmailWatch": true
}
}
eliza plugins install gmail-watch.Unlike most connectors, Gmail Watch is configured via the features section of eliza.json, not the connectors section. It must be installed from the registry before use.