Skip to main content

Connecting

AI Studio → Integrations → Gmail → Connect. OAuth. Scopes requested: gmail.send, gmail.readonly (minimum).

Tools exposed

  • gmail_send_email — subject / body / to (optional cc, bcc, html).
  • gmail_search_emails — query + max_results, returns snippets + metadata.
Both invocable from any Flow action node or Agent.

Safety

Sending emails is a side-effect action. Flows that call gmail_send_email should always sit behind an approval gate.

Disconnecting

AI Studio → Integrations → Gmail → Disconnect. Revokes tokens. Flows using Gmail tools will fail cleanly with an “Integration not connected” error.