> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yuzulabs.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations overview

> Connect notetakers, Gmail, Google Calendar, LinkedIn, CRMs, and meeting sources so Yuzu can turn GTM activity into deal signal.

Yuzu can pull sales-call data, email activity, calendar meetings, LinkedIn engagement, CRM context, and meeting transcripts from your existing tools. Most teams start with a notetaker, then connect Gmail, Google Calendar, and LinkedIn so follow-up, meetings, and engagement can return to the deal thread.

## Available integrations

<CardGroup cols={2}>
  <Card title="Notetakers" icon="microphone" href="/integrations/notetakers">
    Auto-generate videos from meeting transcripts. Direct providers plus Zapier.
  </Card>

  <Card title="Yuzu Notetaker" icon="microphone-lines" href="/integrations/notetakers/yuzu-notetaker">
    Native meeting capture that syncs completed calls into Yuzu.
  </Card>

  <Card title="Gmail" icon="envelope" href="/integrations/gmail">
    Send and schedule tracked emails, backfill person history, and detect buyer replies.
  </Card>

  <Card title="Google Calendar" icon="calendar-days" href="/integrations/calendar">
    Sync meetings, create invites, and power booking links.
  </Card>

  <Card title="LinkedIn" icon="linkedin" href="/integrations/linkedin">
    Draft, schedule, and publish posts, then bring reactions and comments back into deals.
  </Card>

  <Card title="Slack" icon="slack" href="/integrations/slack">
    Send package notifications, review emails in Slack, and route Zu replies.
  </Card>

  <Card title="Telegram" icon="telegram" href="/integrations/telegram">
    Send mobile-friendly notifications and workspace-scoped Zu replies.
  </Card>

  <Card title="Fireflies" icon="fire" href="/integrations/notetakers/fireflies">
    API-key based. Webhook-driven transcript imports.
  </Card>

  <Card title="Fathom" icon="microphone-lines" href="/integrations/notetakers/fathom">
    OAuth. Webhook is created automatically on connect.
  </Card>

  <Card title="Granola" icon="seedling" href="/integrations/notetakers/granola">
    API key. Polls Granola for new notes and supports all-time sync.
  </Card>

  <Card title="Ergo" icon="brain" href="/integrations/notetakers/ergo">
    Webhook only. Paste the URL into the Ergo dashboard.
  </Card>

  <Card title="Circleback" icon="circle-dot" href="/integrations/notetakers/circleback">
    Webhook automation. Sends notes, action items, and transcripts.
  </Card>

  <Card title="Monaco" icon="building" href="/integrations/notetakers/monaco">
    API key. Pulls meetings, transcripts, CRM records, tasks, and email activity from Monaco.
  </Card>

  <Card title="Otter" icon="otter" href="/integrations/notetakers/otter">
    Beta. Connect via Zapier today.
  </Card>

  <Card title="Grain" icon="wheat-awn" href="/integrations/notetakers/grain">
    Beta. Connect via Zapier today.
  </Card>

  <Card title="HubSpot (CRM)" icon="hubspot" href="/integrations/crm/hubspot">
    OAuth. Pulls meeting transcripts and call recordings from HubSpot.
  </Card>

  <Card title="Attio (CRM)" icon="database" href="/integrations/crm/attio">
    OAuth. Syncs companies, people, deals, tasks, notes, meetings, and email activity.
  </Card>

  <Card title="Zapier" icon="bolt" href="/integrations/notetakers/zapier">
    Connect any of 6,000+ apps. Map fields in Zapier.
  </Card>
</CardGroup>

## How they fit together

Each integration falls into one of three roles:

* **Source** — provides the raw signal (transcript, email, calendar event, CRM event). Examples: Fireflies, Granola, Gmail, Google Calendar, Monaco, Attio, and HubSpot.
* **Trigger** — decides which signals turn into a Yuzu flow. Configured per-workspace under **Settings → Automations**.
* **Destination** — where the rendered video, draft, or notification lands. Examples: Slack, Telegram, HubSpot deal notes, and email.
* **Engagement return path** — sends buyer activity back into Yuzu. Examples: Gmail replies, CRM email activity, calendar meetings, LinkedIn comments, public-link views, and video CTA clicks.

A typical setup wires up at least one source and one destination, then lets Yuzu's automation rules handle the rest.

## Need something custom?

If your tool isn't listed, the [Yuzu API](/api-reference/introduction) gives you the same primitives our integrations use. Most one-off integrations end up as a small webhook handler that calls `POST /flows/sales-email-video`.
