
Persona
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 Persona to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Persona API key to automatically pull your Persona data into the PostHog Data warehouse.
Create an API key in your Persona dashboard under Settings → API Keys. The key needs read access to the resources you want to sync (inquiries, verifications, accounts, cases, transactions, events).
Sandbox and production environments use separate API keys — use the one for the environment whose data you want to import.
Configuration
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
Linking Persona to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Persona
- 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 |
|---|---|---|---|---|
inquiries | An individual identity verification session a person goes through, tracking its status from creation to approval or decline. | Incremental, Full refresh | created_at | — |
verifications | A single identity check run inside an inquiry (government ID, selfie, database, phone, email, and others), with its own status and per-check results. | Incremental, Full refresh | inquiry_created_at | — |
accounts | A persistent record of an individual, grouping all of their inquiries, verifications, and other activity over time. | Incremental, Full refresh | created_at | — |
cases | A manual review workflow used to investigate and resolve flagged inquiries, accounts, or transactions. | Incremental, Full refresh | created_at | — |
transactions | A record of a transaction evaluated by Persona, used for transaction monitoring and fraud/AML analysis. | Incremental, Full refresh | created_at | — |
events | An append-only audit log of everything that happened in your Persona account (inquiry created, verification passed, case resolved, etc.). | Append only, Full refresh | created_at | — |
inquiry_templates | A reusable configuration that defines the steps, checks, and branding of an inquiry flow. | Full refresh | — | — |