
Chargify
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Chargify to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Chargify (Maxio Advanced Billing) API key and site subdomain to pull your billing data into the PostHog Data warehouse.
You can create an API key under Settings → Integrations → API Access in your Chargify site. Your subdomain is the first part of your site URL — for acme.chargify.com the subdomain is acme.
Configuration
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
Site subdomain | text | Yes |
Linking Chargify to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Chargify
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
Customers | A customer of the site, who owns subscriptions and is billed for them. | Full refresh | — | — |
Subscriptions | A subscription binding a customer to a product, tracking its billing state and lifecycle. | Full refresh | — | — |
Products | A product defining the recurring price and terms a subscription can be created against. | Full refresh | — | — |
ProductFamilies | A grouping of related products, components, and coupons within the site. | Full refresh | — | — |
Components | An add-on billed alongside a subscription (metered, quantity, on/off, or prepaid). | Full refresh | — | — |
Transactions | A financial event on a subscription, such as a charge, payment, credit, or refund. | Full refresh | — | — |
Events | An append-only record of an event that occurred on a subscription or the site. | Full refresh | — | — |
Invoices | An invoice issued for a subscription, listing line items, taxes, and payments. | Full refresh | — | — |