Skip to main content
Send an email to recipients

Tool details

FieldValue
Namegmail__send_email
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "raw": {
      "type": "string",
      "description": "Base64url-encoded RFC 2822 email message"
    },
    "threadId": {
      "type": "string",
      "description": "Thread ID for a reply"
    }
  },
  "required": [
    "raw"
  ],
  "description": "Input schema for the gmail__send_email tool."
}

Output schema

This tool does not publish an output schema.