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
- Go to /connectors and click Connect on Gmail (or Google Calendar — either one authorizes both).
- Talkr shows you a redirect URI — register it in your Google Cloud OAuth client.
- Enter your OAuth client's Client ID and Client Secret, then click Save & Authorize.
- 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
| Action | Description | Parameters |
|---|---|---|
send_email | Send 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.