
Healthchecks.io
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 Healthchecks.io to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Healthchecks.io API key to pull your cron and scheduled-task monitoring data into the PostHog Data warehouse.
Create a project-scoped API key under Project settings > API Access. A read-only key is enough for the checks, channels, and flips tables; syncing the pings table requires a full-access (read-write) key.
Leave the base URL blank for Healthchecks.io Cloud, or set it to your instance URL for a self-hosted deployment.
Configuration
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
Base URL (self-hosted only) | text | No |
Linking Healthchecks.io to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Healthchecks.io
- 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 |
|---|---|---|---|---|
checks | Each check monitors one cron job or scheduled task, tracking its current status and configuration. | Full refresh | — | — |
channels | Notification integrations (email, SMS, webhook, chat, ...) that alerts are delivered through. | Full refresh | — | — |
flips | Up/down status-change history per check. Incrementally synced on the flip timestamp; retention is plan-limited to roughly the current month plus two prior. | Incremental, Full refresh | timestamp | — |
pings | Recent execution log per check. Reflects the plan-bounded window the API retains (100 pings on the free plan, 1000 on paid). Requires a full-access (read-write) API key. | Full refresh | — | — |