eavz
Pendo

Pendo

Product analytics and user guidance platform

API KeyAnalytics
5 actions
1 trigger

Actions

Name
list_visitors

Run an aggregation query to list visitors

get_feature_usage

Get usage data for a specific feature

list_guides

List all in-app guides

track_event

Track a custom event for a visitor

custom_api_call

Make a custom API call to the Pendo API

Triggers

Name
guide_seen

Triggers when a guide has been seen by new visitors (polling)

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'pendo',
  actionName: 'list_visitors',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Pendo to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Pendo support?

Pendo supports 5 actions including List Visitors, Get Feature Usage, List Guides, Track Event, Custom API Call.

Can I use Pendo with AI agents?

Yes. Add Pendo to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Pendo use?

Pendo uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Pendo integration cost?

The Pendo integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Pendo support?

Pendo supports 1 triggers including Guide Seen.

Connect Pendo in 2 minutes

Get 1,000 free actions every month. No credit card required.