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

# Integrations

> Connect Boltcall to your CRM, calendar, and automation tools. Every integration is managed from Dashboard → Integrations.

Boltcall connects to the tools your business already uses. When a lead comes in, a call ends, or an appointment is booked, data flows automatically to the right place — no manual entry required.

To access integrations, go to **Dashboard → Integrations**.

## Available integrations

<CardGroup cols={2}>
  <Card title="CRM sync" icon="address-book" href="/integrations/crm">
    Push leads, calls, and appointments into HubSpot, Pipedrive, GoHighLevel, and more.
  </Card>

  <Card title="Calendar" icon="calendar" href="/integrations/calendar">
    Connect Google Calendar or Cal.com so your AI receptionist can check availability and book appointments.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/integrations/webhooks">
    Send real-time event data to any URL — Zapier, Make.com, or your own server.
  </Card>

  <Card title="API" icon="code" href="/api/authentication">
    Build custom integrations using the Boltcall REST API.
  </Card>
</CardGroup>

## Integration categories

### CRM

Automatically sync lead data, call logs, and appointments to your CRM. Boltcall supports both one-way and two-way sync, with configurable field mapping.

| Integration    | Connection type       | What syncs                |
| -------------- | --------------------- | ------------------------- |
| HubSpot        | API key               | Leads, calls, contacts    |
| Pipedrive      | API key               | Leads, deals, contacts    |
| GoHighLevel    | API key + Location ID | Leads, contacts, pipeline |
| Salesforce     | API key               | Leads, contacts           |
| Zoho CRM       | API key               | Leads, contacts           |
| ActiveCampaign | API key               | Contacts, deals           |
| Close CRM      | API key               | Leads, contacts           |
| Keap           | API key               | Contacts, tags            |
| Freshsales     | API key               | Leads, contacts           |

### Calendar

Your AI receptionist checks real-time availability and books appointments directly into your calendar — no double bookings.

| Integration     | Connection type | What it does                                            |
| --------------- | --------------- | ------------------------------------------------------- |
| Google Calendar | OAuth           | Two-way sync, availability checking, auto-create events |
| Cal.com         | API key         | Booking page sync, SMS booking via AI receptionist      |

### Automation

Send Boltcall events to thousands of apps through automation platforms.

| Integration   | Connection type          | What it does                                  |
| ------------- | ------------------------ | --------------------------------------------- |
| Zapier        | Webhook URL              | Trigger Zaps on any Boltcall event            |
| Make.com      | Webhook URL              | Trigger Make scenarios on any Boltcall event  |
| Google Sheets | API key + Spreadsheet ID | Log leads, calls, and appointments to a sheet |

### Communication

| Integration   | Connection type | What it does                                        |
| ------------- | --------------- | --------------------------------------------------- |
| Email (Gmail) | Email address   | Notify you on new leads, missed calls, and bookings |

### Local

| Integration             | Connection type       | What it does                                           |
| ----------------------- | --------------------- | ------------------------------------------------------ |
| Google Business Profile | API key + Location ID | Auto-request reviews, monitor responses, reply with AI |

## How to connect an integration

<Steps>
  <Step title="Open Integrations">
    Go to **Dashboard → Integrations** and find the integration you want to connect.
  </Step>

  <Step title="Click Connect">
    Select the integration card to open its setup panel.
  </Step>

  <Step title="Follow the setup steps">
    Each integration shows step-by-step instructions for generating an API key or completing an OAuth flow.
  </Step>

  <Step title="Save">
    Paste your credentials and click **Connect**. You can optionally test the connection first.
  </Step>
</Steps>

<Tip>
  Connected integrations are shown first in the integrations grid, with a green "Connected" badge and live sync counts.
</Tip>
