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

# Angler AI Integration

> Sync member and subscription data to Angler AI for audience growth and conversion optimization.

Outpost's Angler AI integration sends your member and subscription data to [Angler AI](https://www.getangler.ai/) so you can use their audience growth and conversion tools. When members sign up, subscribe, or complete a checkout, Outpost pushes the relevant data to your Angler AI workspace automatically.

## What syncs

| Outpost data                       | Angler AI data         |
| ---------------------------------- | ---------------------- |
| Member email, name                 | Customer record        |
| Member creation and update dates   | Customer timestamps    |
| `subscribed` flag (see note below) | Customer status        |
| Subscription ID and pricing        | Order record           |
| Subscription start and end dates   | Order metadata         |
| Signup events                      | Form submission events |
| Checkout completions               | Checkout events        |

Sync direction is **one-way**: Outpost → Angler AI. Member data, subscription orders, and behavioral events are pushed to Angler AI as they occur.

<Note>
  The `subscribed` field Outpost sends to Angler AI represents "is a known contact in Outpost," not marketing consent. Angler AI uses it to recognize members across customer events; it is not a CAN-SPAM / GDPR consent signal. Email opt-out state in Outpost is independent of this field.
</Note>

## Setup

<Steps>
  <Step title="Get your Angler AI credentials">
    From your Angler AI account, obtain your **Workspace ID** and two API tokens — one for the pixel (JavaScript events) and one for the data API (customers, orders, etc.).
  </Step>

  <Step title="Connect in Outpost">
    Go to **Settings → Integrations → Angler AI**, enter your Workspace ID and both tokens, then click **Connect**.
  </Step>
</Steps>

## What gets sent

### Customer data

When a new member is created in Outpost, their profile information (email, name, creation date, and marketing consent status) is sent to Angler AI as a customer record.

### Order data

For members with active subscriptions, Outpost sends order records that include the subscription ID, price, start date, and end date. This lets Angler AI understand your revenue data and subscription lifecycle.

### Events

Outpost sends two types of events to Angler AI:

* **Form submitted** — Triggered when a new member signs up, allowing Angler AI to track acquisition.
* **Checkout completed** — Triggered when a subscription checkout completes in Stripe, including the subscription and customer details.

In addition, the Angler AI browser pixel (configured with the pixel token) tracks client-side events on your site directly.

## Configuration options

| Setting                             | Description                                                     |
| ----------------------------------- | --------------------------------------------------------------- |
| **Workspace ID**                    | Your Angler AI workspace identifier.                            |
| **API token for pixel (JS events)** | Token used by the browser pixel for client-side event tracking. |
| **API token for data**              | Token for the data API (customers, orders, and other records).  |

## FAQ

<AccordionGroup>
  <Accordion title="Does Angler AI data sync back to Outpost?">
    No. This is a one-way integration. Data flows from Outpost to Angler AI only.
  </Accordion>

  <Accordion title="Which members are synced?">
    All members are sent to Angler AI when they are created. Subscription order data is sent for members who have active paid subscriptions.
  </Accordion>

  <Accordion title="What happens if I disconnect and reconnect?">
    Disconnecting removes your stored credentials. Reconnecting starts tracking new events going forward, but does not re-send historical data automatically.
  </Accordion>

  <Accordion title="Does this integration track page views or content engagement?">
    No. Outpost sends member, subscription, and event data to Angler AI. Content engagement tracking is handled separately through Angler AI's own tools.
  </Accordion>
</AccordionGroup>
