
Usersnap
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 Usersnap to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Usersnap REST API credentials to pull your Usersnap projects and feedback items into the PostHog Data warehouse.
The Usersnap REST API is a gated feature: it must be enabled on your plan by Usersnap (contact their customer success team). Once enabled, generate a JWT secret under Settings → REST API in Usersnap and copy both the secret and its JWT ID here — PostHog signs the short-lived bearer tokens for you.
Configuration
| Option | Type | Required |
|---|---|---|
JWT secret | password | Yes |
JWT ID | text | Yes |
Linking Usersnap to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Usersnap
- 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 |
|---|---|---|---|---|
projects | A Usersnap project: a feedback widget/board that collects feedback items. | Full refresh | — | — |
feedbacks | Feedback items across all projects. Incremental syncs pick up newly created feedback; changes to existing items (status, assignee) are only reflected on a full refresh | Incremental, Full refresh | created_at | — |
project_assignees | Maps which users are available as assignees on each project | Full refresh | — | — |