Talkr AI
Connectors

Gmail

Send email from a connected Gmail account during a live call.

The Gmail connector lets your voice agents send confirmation emails, receipts, or follow-ups directly from a conversation, using your organization's own Gmail account.

Connect it

  1. Go to /connectors and click Connect on Gmail (or Google Calendar — either one authorizes both).
  2. Talkr shows you a redirect URI — register it in your Google Cloud OAuth client.
  3. Enter your OAuth client's Client ID and Client Secret, then click Save & Authorize.
  4. You're redirected to Google's consent screen. Approve access, and you're returned to Talkr connected.

Gmail and Google Calendar share a single Google OAuth app and connection — authorizing one connects both, and the actions from both connectors become available together.

Actions

ActionDescriptionParameters
send_emailSend an email from the connected Gmail account — confirmations, receipts, or follow-ups.to (required), subject (required), body (required)

Attach this to a workflow node like any other tool — see Tools for how tool attachment and invocation work.

Example

A booking agent sends a confirmation with send_email once the caller agrees to an appointment time, summarizing what was booked.

On this page