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

# Integrations Overview

> Connect LumisReach to your calendar, CRM, and the rest of your stack so everything stays in sync.

LumisReach connects to the tools you already use. Most teams set up at least one calendar and one CRM on day one; the rest you can layer in as needs surface.

For detailed setup per integration, see [Integrations](/integrations). The same page lists what's on the roadmap.

***

## Calendar

Your AI needs to know when you're available. Connect a calendar to enable real-time booking with no double-booking.

<CardGroup cols={2}>
  <Card title="Google Calendar" icon="google" href="/integrations/calendar/google-calendar">
    Sync availability, create events, send invites.
  </Card>

  <Card title="Outlook / Microsoft 365" icon="microsoft" href="/integrations/calendar/outlook">
    Full two-way sync with Outlook calendars.
  </Card>

  <Card title="Apple Calendar" icon="apple" href="/integrations/calendar/apple-calendar">
    iCloud calendar sync for availability and booking.
  </Card>
</CardGroup>

Also live: [Zoho Calendar](/integrations/calendar/zoho-calendar) and [ICS Feed](/integrations/calendar/ics-feed).

***

## CRM

Keep customer data in sync across systems.

<CardGroup cols={2}>
  <Card title="HubSpot" icon="hubspot" href="/integrations/crm/hubspot">
    Two-way sync for contacts, activities, and workflows.
  </Card>

  <Card title="Zoho CRM" icon="database" href="/integrations/crm/zoho-crm">
    Sync contacts and log call results in Zoho CRM.
  </Card>

  <Card title="LeadConnector" icon="plug" href="/integrations/crm/leadconnector">
    LeadConnector / GoHighLevel sync for agencies.
  </Card>
</CardGroup>

Salesforce, Pipedrive, Close, and Attio are [on the roadmap](/integrations#on-the-roadmap).

***

## Communication

Get notified when calls happen and outcomes land.

<CardGroup cols={2}>
  <Card title="Slack" icon="slack" href="/integrations/messaging/slack">
    Real-time notifications in any channel.
  </Card>

  <Card title="WhatsApp" icon="whatsapp" href="/integrations/messaging/whatsapp">
    Send confirmations and reminders via WhatsApp.
  </Card>

  <Card title="Email" icon="envelope" href="/integrations/messaging/email">
    Custom sending domain, DNS verification, templates.
  </Card>
</CardGroup>

***

## Automation

Connect to thousands of apps and pipe call data wherever you need it.

<CardGroup cols={2}>
  <Card title="Zapier" icon="bolt" href="/integrations/automation/zapier">
    Connect to 8,000+ apps without code.
  </Card>

  <Card title="Google Sheets" icon="table" href="/integrations/automation/google-sheets">
    Auto-sync qualified leads into a shared sheet.
  </Card>

  <Card title="Zoho Campaigns" icon="envelope-open-text" href="/integrations/automation/zoho-campaigns">
    Email engagement triggers AI follow-up calls.
  </Card>
</CardGroup>

n8n, Pipedream, and Intercom are [on the roadmap](/integrations#on-the-roadmap).

***

## Webhooks

For anything custom, LumisReach emits webhooks for every event.

### Available events

| Event                     | When it fires                         |
| ------------------------- | ------------------------------------- |
| `call.started`            | Inbound or outbound call begins       |
| `call.completed`          | Call ends with transcript and outcome |
| `call.missed`             | Caller hung up before completion      |
| `appointment.booked`      | New appointment created               |
| `appointment.rescheduled` | Existing appointment moved            |
| `appointment.cancelled`   | Appointment cancelled                 |
| `lead.qualified`          | Lead passed qualification criteria    |
| `lead.disqualified`       | Lead failed qualification criteria    |

### Setting up webhooks

1. Go to **Settings → Integrations → Webhooks**
2. Click **Add Webhook**
3. Enter your endpoint URL
4. Select which events to receive
5. Save and test

***

## Native vs. webhooks vs. Zapier

| Method             | Best for                                    | Setup time           |
| ------------------ | ------------------------------------------- | -------------------- |
| Native integration | HubSpot, Zoho CRM, LeadConnector, calendars | 2 minutes            |
| Zapier             | No-code connections to any app              | 5-10 minutes         |
| Webhooks           | Custom apps, internal systems               | Requires development |

<Tip>
  Start with native integrations. They're the most reliable and require no maintenance. Use webhooks or Zapier only if you need something custom.
</Tip>

***

## Security & permissions

All integrations use OAuth 2.0 where available. We request only the permissions needed:

* **Calendars**: read/write events on connected calendars only.
* **CRM**: read/write contacts, activities, and custom fields.
* **Communication**: send messages on your behalf.

You can revoke access anytime from **Settings → Integrations**.

***

<CardGroup cols={2}>
  <Card title="Browse All Integrations" icon="plug" href="/integrations">
    Detailed setup for every live integration
  </Card>

  <Card title="Need a Custom Integration?" icon="code" href="https://lumisreach.com/contact">
    Our API supports anything. Talk to us.
  </Card>
</CardGroup>
