# Integrations (/docs/integrations)

> Connect OmniDimension to anything. Custom API turns any REST endpoint into an agent action, plus prebuilt connectors for the platforms you already use.



If your tool has an API, your agent can use it. Custom API is the
universal escape hatch: <span className="hl-primary">any REST endpoint
becomes an action your agent can call mid-conversation</span>. The
prebuilt connectors below are shortcuts for platforms we see most often,
but they're not the limit. <span className="hl-egg" title="Webhook in, webhook out — we don't really care what's on the other side.">🔌</span>

## Universal connector [#universal-connector]

<Cards>
  <Card title="Custom API (any REST endpoint)" href="/docs/integrations/custom-api" description="Wire your agent to anything that speaks HTTP. AI-generated parameters, auth headers, dynamic payloads — the works." />
</Cards>

## Automation platforms [#automation-platforms]

Already running flows in Zapier, Make, n8n, or GHL? Plug OmniDimension
into them with webhooks and REST.

<Cards>
  <Card title="Make, Zapier, n8n, GHL" href="/docs/integrations/zapier-make-n8n" description="Webhook + REST recipes for the popular automation platforms." />
</Cards>

## Prebuilt connectors [#prebuilt-connectors]

One-click OAuth and prefilled field mappings — use these when your CRM
or scheduling tool is on the list.

<Cards>
  <Card title="Salesforce" href="/docs/integrations/salesforce" description="Push extracted variables to Leads, Contacts, and Opportunities." />

  <Card title="Cal.com" href="/docs/integrations/cal-com" description="Automated meeting scheduling with calendar availability checks." />

  <Card title="Google Calendar" href="/docs/integrations/google-calendar" description="OAuth scheduling, configurable business hours, and meeting defaults." />

  <Card title="HubSpot" href="/docs/integrations/hubspot" description="One-click OAuth. Sync post-call data into contacts, deals, and tickets." />

  <Card title="Slack" href="/docs/integrations/slack" description="Real-time alerts, call summaries, and event-based notifications." />
</Cards>

<Callout type="info" title="Don't see your platform?">
  Almost everything modern exposes a REST API. Use
  [Custom API](/docs/integrations/custom-api) and you're connected — no
  waiting for us to ship a dedicated connector.
</Callout>
