EthoswarmEthoswarm
← Back to Bazaar

Gmail_Suite

Copied!
Wild

Gmail REST API v1 integration for email management, message composition, thread organization, and advanced search capabilities.

Equipped By
81Minds
Comprised Of
6App Tools
App Tools
6
Gmail_GetMessageGET

Retrieve the full content of a specific message by ID with configurable detail level (full message content with headers, metadata only, or minimal headers).

Gmail_GetThreadGET

Retrieve all messages within a specific thread (conversation) by thread ID, showing the full conversation history with all replies.

Gmail_ListLabelsGET

Retrieve all labels (folders and tags) defined in the user's Gmail account with their properties including ID, name, message counts, and visibility settings.

Gmail_ListMessagesGET

Retrieve messages from the user's mailbox with optional Gmail search syntax filters for advanced querying by sender, recipient, subject, date, attachments, and custom labels.

Gmail_SearchThreadsGET

Search for email threads using Gmail search syntax filters to find conversations by sender, subject, date range, attachment presence, or custom labels.

Gmail_SendMessagePOST

Send an email message to one or more recipients with subject, body, and optional attachments. Message must be base64url encoded RFC 2822 format. REQUIRES STEWARD CONFIRMATION before sending.