gmail_messages_get
Retrieve a specific Gmail message by its ID to access email content, metadata, or raw data for integration or analysis.
Instructions
Get a single Gmail message by ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User ID (use 'me') | |
| id | Yes | Message ID | |
| format | No | Response format: full, metadata, minimal, raw |