
Zapier (Storage by Zapier)
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 Zapier (Storage by Zapier) to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Storage by Zapier store secret to pull your key/value store into the PostHog Data warehouse.
The secret is the per-store UUID you use with the Storage by Zapier app (the secret value passed to StoreClient, or the X-Secret you send to store.zapier.com). It both identifies and authorizes the store, so treat it like a password.
Only full-refresh syncing is supported: the store has no timestamps, so every sync pulls the whole store.
Configuration
| Option | Type | Required |
|---|---|---|
Store secret | password | Yes |
Linking Zapier (Storage by Zapier) to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Zapier (Storage by Zapier)
- 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 |
|---|---|---|---|---|
records | Every key/value pair in the store, one row per key with columns {key, value}. Values are returned as strings (JSON-encoded when not already a string). Full refresh only - the store exposes no timestamps or pagination. | Full refresh | — | — |