Skip to main content

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
    • Optional CC recipients for sharing copies

Authentication

For further details, click here. 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.

Example: List, Get, and Send Messages