
Zendesk Sunshine
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 Zendesk Sunshine to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Import your Zendesk custom objects into the PostHog Data warehouse: object definitions, their records, and field schemas.
New sources use Zendesk's current custom objects API. The legacy Sunshine API (v1) is still supported for existing sources, but Zendesk is removing it on June 30, 2026. Authenticate with your Zendesk email address and an API token (token access must be enabled for your account).
Configuration
| Option | Type | Required |
|---|---|---|
Zendesk subdomain | text | Yes |
API token | password | Yes |
Zendesk email address | Yes |
Linking Zendesk Sunshine to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Zendesk Sunshine
- 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 |
|---|---|---|---|---|
custom_objects | A custom object: a user-defined data model (identified by its key) that custom object records are validated against. | Full refresh | — | — |
custom_object_records | A custom object record: an instance of a custom object, with its data held under custom_object_fields. | Full refresh | — | — |
custom_object_fields | A field defined on a custom object: describes one attribute (its key, type, and options) that records of the object can set. | Full refresh | — | — |