Skip to main content

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 SettingsIntegrationsIntegration Keys, depending on your Pendo plan and UI).

Authentication

This connector authenticates using:

  • Integration Key sent as the x-pendo-integration-key request header.

Configuration

FieldTypeRequiredDescription
regionstringPendo region for your subscription. Must be one of: US, EU, US1, JPN, AU.
integration_keystringYour Pendo Integration Key.

Region base URLs

The connector maps region to the following base URLs:

  • UShttps://app.pendo.io
  • EUhttps://app.eu.pendo.io
  • US1https://app.us1.pendo.io
  • JPNhttps://app.jpn.pendo.io
  • AUhttps://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.