Gmail
Email operations using Gmail API
Overview
These tools provide functionality for email management using the Gmail API.
Key Features
GMAIL_LIST_MESSAGES
- List messages in the user’s mailbox
GMAIL_GET_MESSAGE
- Retrieve a specific message by ID
GMAIL_SEND_MESSAGE
- Send an email message
- Supports sending as a draft or directly to the recipient
Authentication
To use the Gmail API, you need navigate to the Jinba secrets dashboard and authenticate with your Google account. This will create a new OAuth token for you.
Note: Treat API keys as sensitive information and never commit them to public repositories.