Pendo (Source)
Introduction
The Pendo source connector connects to the Pendo API using an Integration Key.
Status
This connector is currently in development:
- Connection validation is supported (credentials and region can be tested).
- Catalog discovery is not yet implemented.
- Data extraction/sync is not yet implemented.
Setup
Prerequisites
- A Pendo subscription with API access.
- A Pendo Integration Key.
Create an Integration Key in Pendo
In Pendo, create or retrieve an Integration Key (often found under Settings → Integrations → Integration Keys, depending on your Pendo plan and UI).
Authentication
This connector authenticates using:
- Integration Key sent as the
x-pendo-integration-keyrequest header.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
region | string | ✅ | Pendo region for your subscription. Must be one of: US, EU, US1, JPN, AU. |
integration_key | string | ✅ | Your Pendo Integration Key. |
Region base URLs
The connector maps region to the following base URLs:
US→https://app.pendo.ioEU→https://app.eu.pendo.ioUS1→https://app.us1.pendo.ioJPN→https://app.jpn.pendo.ioAU→https://app.au.pendo.io
Connectivity check
On connection test/login, the connector validates credentials by calling Pendo’s metadata schema endpoint for visitors:
GET /api/v1/metadata/schema/visitor
If the region is invalid or the Integration Key is not accepted, the connector will fail validation.
Streams
No streams are currently available. Catalog discovery and extraction are still in development.