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

# Integrations overview

> Connect your store, ad platforms, no-code tools and AI provider to Senderz.

Senderz connects to the tools you already run. Store connectors sync contacts, orders and behavioural events; ad connectors sync audiences outbound; no-code and API surfaces let you wire anything else.

## E-commerce stores

<CardGroup cols={2}>
  <Card title="Shopify" icon="shopify" href="/en/integrations/shopify">
    OAuth, GDPR webhooks, customer + order back-fill, storefront pixel and
    dual billing.
  </Card>

  <Card title="WooCommerce" icon="wordpress" href="/en/integrations/woocommerce">
    Auth Endpoint or paste-keys, webhooks and customer back-fill.
  </Card>

  <Card title="Konimbo" icon="store" href="/en/integrations/konimbo">
    Dedicated connect flow with webhooks and storefront snippet.
  </Card>

  <Card title="Magento 2" icon="store" href="/en/integrations/magento">
    Paste-token connect with poll-based order sync.
  </Card>

  <Card title="Wix" icon="store" href="/en/integrations/wix">
    OAuth client-credentials with RS256 JWT webhooks.
  </Card>
</CardGroup>

## Ad audiences (outbound)

<CardGroup cols={2}>
  <Card title="Meta audiences" icon="facebook" href="/en/integrations/meta-audiences">
    Sync a segment 1:1 to a Meta Custom Audience.
  </Card>

  <Card title="Google Customer Match" icon="google" href="/en/integrations/google-customer-match">
    Sync a segment to a Google customer list via the Data Manager API.
  </Card>
</CardGroup>

## Automation & developer surfaces

<CardGroup cols={2}>
  <Card title="Make.com" icon="puzzle-piece" href="/en/integrations/make">
    Triggers and actions in Make scenarios via the public API.
  </Card>

  <Card title="Outbound webhooks" icon="webhook" href="/en/integrations/webhooks-outbound">
    Subscribe to events and receive signed deliveries.
  </Card>

  <Card title="Inbound webhooks" icon="arrow-right-to-bracket" href="/en/integrations/webhooks-inbound">
    How store events reach Senderz.
  </Card>

  <Card title="Embedded forms" icon="input-text" href="/en/integrations/embedded-forms">
    Drop a subscribe form on any site.
  </Card>
</CardGroup>

## AI

<Card title="AI provider (your own key)" icon="wand-magic-sparkles" href="/en/integrations/ai-provider">
  Bring your own Claude, Gemini or OpenAI key for AI features.
</Card>

## How store sync works

Every store connector follows the same shape:

<Steps>
  <Step title="Connect">
    OAuth, an auth endpoint, or a pasted token/keys — depending on the
    platform.
  </Step>

  <Step title="Back-fill">
    Existing customers import through the shared importer; the last 60 days of
    order history back-fill so lifetime value and predictive scores work on
    day one.
  </Step>

  <Step title="Stay in sync">
    New customers and orders arrive by webhook (or poll, for Magento).
    Consent is honoured from the store, never assumed.
  </Step>
</Steps>

## Credentials are secrets

<Info>
  Store tokens, API keys and AI keys are stored in a secrets manager keyed by
  workspace + provider — never in the database, logs, or on disk. GET
  endpoints return presence flags, never key material.
</Info>

## Managing integrations

Connect and disconnect from **Settings → Integrations** or onboarding. All mutating integration routes are owner/admin only. Read status from `GET /integrations`.
