# Gmail

> Send, receive, and manage email messages and drafts through Gmail's API.

Source: https://cotera.co/docs/reference/tools/individual-tools/gmail

---

**Authentication Type:** OAuth\
**Description:** Send, receive, and manage email messages and drafts through Gmail's API.

***

## Beta Notice

**This tool is currently in beta testing and not yet available for general use.**

To get the Gmail tool added to your Cotera workspace, please contact our support team at [support.cotera.co](https://support.cotera.co).

***

## Drafts

Manage email drafts in your Gmail account.

### Create Draft

Create a new email draft that can be edited and sent later.

**Operation Type:** Mutation (Write)

### Get Draft

Retrieve a specific draft by its ID to view or edit its contents.

**Operation Type:** Query (Read)

## Messages

Send, retrieve, and manage email messages.

### Send Message

Send an email message directly from your Gmail account.

**Operation Type:** Mutation (Write)

### Get Message

Retrieve a specific message by its ID to view its contents, headers, and metadata.

**Operation Type:** Query (Read)

### Get Many Messages

Retrieve multiple messages with filtering and search options to find specific emails.

**Operation Type:** Query (Read)

### Reply to Message

Reply to an existing email thread, maintaining conversation continuity.

**Operation Type:** Mutation (Write)

## Threads

Browse and read Gmail threads (conversations).

### List Threads

List Gmail threads (conversations), optionally filtered with a Gmail search query. Supports pagination and can include threads from spam and trash.

**Operation Type:** Query (Read)

### Get Thread

Retrieve a single thread by its ID, returning all of its messages in order along with their headers, body, and metadata.

**Operation Type:** Query (Read)

