Google integrations require connecting your Google account first. Visit Settings → Integrations in the ODAI interface and follow the OAuth flow to grant the required scopes.
Gmail
Gmail
Authentication: Google OAuth — scope Retrieves the most recent inbox messages (max 10). Pass Executes a Gmail search with any valid Gmail query string.Finds all messages from a specific sender address.Sends a new email. The agent only calls this when you explicitly request sending.Replies to an existing thread using the Gmail
https://mail.google.com/Gmail lets you search, read, send, and reply to email threads directly from ODAI. The agent fetches up to 10 messages per call and processes both HTML and plain-text bodies, converting HTML to readable markdown.Capabilities:- Fetch recent inbox (all or unread only)
- Search with Gmail query syntax (
from:,subject:,has:attachment, etc.) - Search by sender email address
- Send new emails (plain text; only when you explicitly say “send”)
- Reply to existing threads, preserving thread context
connectors/gmail.py):unread=True to filter to unread only.In-Reply-To and threadId fields.Example prompts:- Search my inbox for emails from Amazon
- Send an email to John about our lunch plans
- Show me unread messages from last week
- Reply to the last thread with Thank you!
Google Calendar
Google Calendar
Authentication: Google OAuth — scope Returns upcoming events ordered by start time. Each event includes id, summary, start/end times, attendees, location, and Meet link.Creates a calendar event. Set Permanently deletes an event and sends cancellation notices to all attendees.Example prompts:
https://www.googleapis.com/auth/calendarGoogle Calendar lets you view upcoming events, create new meetings (with optional Google Meet links and invitees), and delete events. The agent operates on the primary calendar only and sends email notifications to attendees automatically.Capabilities:- Retrieve upcoming events (configurable limit, up to 250)
- Create events with attendees, location, and Google Meet conference link
- Delete events with automatic cancellation notices to attendees
- Supports IANA timezones for accurate scheduling
connectors/google_calendar.py):google_meet=True to attach a Meet conference link. Invitees receive email notifications.- Create a meeting for tomorrow at 9 am called ‘Team Sync’
- Show me my events for next week
- Schedule a meeting with Alex at 4pm next Tuesday on Google Meet
- Invite John and Alex to a meeting at 2pm called Design Workshop
Google Docs
Google Docs
Authentication: Google OAuth — scopes for Drive, Docs, Sheets, and SlidesGoogle Docs enables creating new documents and searching across your entire Google Drive by file name or content. The agent can read Docs, Sheets, and Slides — extracting the full text of each for analysis.Capabilities:Creates a new Google Doc with the given title and inserts Searches Drive using
- Create a new Google Doc with a title and text content
- Search Drive by file name or full-text content
- Read content from Google Docs, Sheets (all tabs), and Slides
- Receive results including the
webViewLinkfor direct access
connectors/google_docs.py):content as plain text.fullText contains '{query}' or name contains '{query}'. Returns each matching file with its id, name, webViewLink, and full extracted text.Example prompts:- Find all documents mentioning ‘project roadmap’
- Look up my document cash flow and tell me how much I spend in September
- Save this to Google Docs
Google Search
Google Search
Authentication: SerpAPI key (server-side, no user action required)Google Search performs live web searches and returns organic results with titles, links, snippets, publication dates, sitelinks, and rich snippets. Backed by SerpAPI.Capabilities:Runs a Google search via SerpAPI and returns the
- Execute any Google search query
- Return organic search results with full metadata
- Extract rich snippets and sitelinks where available
connectors/google_search.py):organic_results array, including titles, links, snippets, and metadata such as dates and rich snippets.Example prompts:- Find me the top five tallest buildings in Boston
- What’s the best laptop for college students in 2025?
- How do you make sourdough bread at home?
- Find me the latest research on AI and healthcare
Google News
Google News
Authentication: SerpAPI key (server-side, no user action required)Google News delivers current headlines and stories from reputable sources worldwide. It uses the same SerpAPI integration as Google Search but targets the news engine.Capabilities:
- Retrieve current headlines by topic or keyword
- Surface stories from reputable news sources
- Cover politics, business, technology, weather, sports, and more
- Show me the latest headlines in US politics
- What’s the news on Apple’s new product release?
- Are there any major weather events happening today?
- Find articles about electric vehicle trends
Fetch Website
Fetch Website
Authentication: None requiredFetch Website retrieves the content of any public URL and converts it to clean markdown using Cloudflare’s rendering pipeline. Useful for reading articles, documentation, or any web content without leaving the chat.Capabilities:Fetches the given URL and returns the page content as markdown. The
- Fetch any public URL
- Convert HTML to readable markdown
- Summarize or analyze the retrieved content
connectors/fetch_website.py):url must be a complete URL including protocol (e.g., https://example.com).Example prompts:- Fetch cnn.com and summarize the latest stories
- Fetch OpenAI’s documentation and tell me how to use the API
- Fetch the latest news from the New York Times
Google Shopping
Google Shopping
Authentication: SerpAPI key (server-side, no user action required)Google Shopping searches for products across online retailers, returning prices, sellers, ratings, and purchase links. Results can be saved directly to Google Docs.Capabilities:Queries the Google Shopping engine via SerpAPI. Returns
- Search products by name, category, or brand
- Compare prices across multiple retailers
- Retrieve seller links, ratings, and product specs
- Save results to Google Docs for later reference
connectors/google_shopping.py):shopping_results with titles, prices, sellers, ratings, and purchase links.Example prompts:- Find the best price for AirPods Pro
- Compare latest iPhone models and their prices
- Where can I buy a standing desk online?
- Show me running shoes under $100
- Save these results to Google Docs