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

# Integrations Overview

> Connect Atllas to your existing tools and workflows.

Atllas integrates with external systems so you can trigger calls automatically and route call results back to your CRM, spreadsheets, or custom applications.

## Available Integrations

<CardGroup cols={2}>
  <Card title="HubSpot" icon="hubspot" href="/docs/integrations/hubspot">
    Trigger calls from HubSpot Contact workflows and write results back to contact records.
  </Card>

  <Card title="Zapier — Inbound" icon="bolt" href="/docs/integrations/zapier-inbound">
    Trigger calls from any app without writing code.
  </Card>

  <Card title="Zapier — Outbound" icon="bolt" href="/docs/integrations/zapier-outbound">
    Send call results to any app automatically after every call.
  </Card>

  <Card title="Custom Webhooks" icon="code" href="/docs/integrations/custom-webhooks">
    Developer-grade HTTP integration for custom workflows.
  </Card>
</CardGroup>

## Zapier vs Custom Webhooks

|                           | Zapier                             | Custom Webhooks               |
| ------------------------- | ---------------------------------- | ----------------------------- |
| **Setup**                 | No-code, visual editor             | Requires a server / endpoint  |
| **Best for**              | Non-developers, quick integrations | Developers, custom systems    |
| **Trigger calls**         | Yes (Inbound Zapier)               | Yes (Inbound Custom Webhook)  |
| **Receive results**       | Yes (Outbound Zapier)              | Yes (Outbound Custom Webhook) |
| **Custom headers / auth** | Limited                            | Full control                  |
| **Real-time delivery**    | Near real-time                     | Real-time                     |

Use **Zapier** if you want to connect Atllas to apps like HubSpot, Google Sheets, Asana, or Slack without writing code. Use **Custom Webhooks** if you are building a custom integration or need full control over the data flow.

## Accessing Integrations

Go to **Integrations** in the sidebar to view, create, and manage all your integrations.
