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

# Integrations overview

> What connects to Recepta.ai, and how connections are managed.

Recepta.ai connects to the systems you already run so bookings, contacts, and job history stay in one place. Connect from **Integrations** in the dashboard.

## Available integrations

| Integration                                      | Category          | What it does                                                  |
| ------------------------------------------------ | ----------------- | ------------------------------------------------------------- |
| [Jobber](/integrations/field-service-crm)        | Field-service CRM | Client sync, job booking, quote follow-up                     |
| [Housecall Pro](/integrations/field-service-crm) | Field-service CRM | Client sync, job history, next visit and tech, balance        |
| [ServiceTitan](/integrations/field-service-crm)  | Field-service CRM | Customer sync, job booking, membership reactivation           |
| [GoHighLevel](/integrations/crm-and-marketing)   | CRM & marketing   | Contact sync, lead management, calendars, campaign automation |
| [HubSpot](/integrations/crm-and-marketing)       | CRM               | Contact sync, lead management                                 |
| [Pipedrive](/integrations/crm-and-marketing)     | CRM               | Contact sync, lead management                                 |
| [Zoho CRM](/integrations/crm-and-marketing)      | CRM               | Contact sync, lead management                                 |
| [Google Sheets](/integrations/crm-and-marketing) | Data              | Contact sync                                                  |
| [Google Calendar](/booking/calendars)            | Calendar          | Availability and appointment booking                          |
| [Apple Calendar](/booking/calendars)             | Calendar          | Availability and appointment booking over CalDAV              |
| [Facebook](/integrations/facebook-lead-ads)      | Advertising       | Lead ad sync into outbound campaigns                          |

<Note>
  ServiceTitan is listed but not yet connectable — partner app approval is pending. It will appear as available in your dashboard once that completes.
</Note>

## Connecting

Most integrations use OAuth: click connect, authorize in the provider's own login screen, and you're done. Recepta.ai never asks for the password to another system.

Apple Calendar is the exception — it uses CalDAV with an app-specific password you generate in your Apple ID settings.

<Warning>
  Connect using an account with the permissions you actually need, and one that won't be deactivated when someone leaves. An integration authorized by a departed employee's account stops working the day their access is revoked.
</Warning>

## The one-write-CRM rule

Only one field-service CRM — Jobber, Housecall Pro, or ServiceTitan — can be connected at a time. Attempting to connect a second returns an error telling you to disconnect the first.

This is deliberate. Booking write-back has to dispatch to exactly one system; with two connected, a reschedule or cancellation can be sent to the wrong one and dead-end. See [Field-service CRM](/integrations/field-service-crm).

## Managing connections

Each integration shows its status and last sync time. If a connection breaks — usually revoked access or a changed password on the provider side — reconnect from the same screen. Reconnecting refreshes credentials without losing your configuration.

## Nothing here fits?

<CardGroup cols={2}>
  <Card title="REST API" icon="code" href="/api-reference/introduction">
    Read and write calls, contacts, and SMS from your own systems.
  </Card>

  <Card title="Webhooks" icon="bolt" href="/api-reference/webhooks">
    Push events to your endpoint as calls end, texts arrive, and contacts change.
  </Card>
</CardGroup>
