
Invoiced
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 Invoiced to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Invoiced API key to pull your accounts receivable and billing data into the PostHog Data warehouse.
You can create an API key under Settings → Developers → API Keys in Invoiced. The key grants read access to your customers, invoices, payments, credit notes, estimates, subscriptions, and billing catalog.
Configuration
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
Linking Invoiced to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Invoiced
- 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 you bill in Invoiced, holding contact, address, payment, and collections settings. | Incremental, Full refresh | updated_at | — |
invoices | An invoice issued to a customer, with line items, totals, payment state, and collection status. | Incremental, Full refresh | updated_at | — |
payments | A payment received from a customer, with the amounts applied to invoices, estimates, or credit balances. | Incremental, Full refresh | updated_at | — |
credit_notes | A credit note issued against a customer's invoice, reducing the amount owed. | Incremental, Full refresh | updated_at | — |
estimates | An estimate (quote) sent to a customer, optionally convertible into an invoice. | Incremental, Full refresh | updated_at | — |
subscriptions | A recurring billing subscription that bills a customer for a plan on a fixed schedule. | Incremental, Full refresh | updated_at | — |
items | A catalog item — a reusable product or service that can be added to invoices as a line item. | Incremental, Full refresh | updated_at | — |
plans | A billing plan describing the price and billing interval used by subscriptions. | Incremental, Full refresh | updated_at | — |
coupons | A coupon that applies a fixed or percentage discount to invoices or subscriptions. | Incremental, Full refresh | updated_at | — |