Actions
| Name | Description |
|---|---|
list_visitorsRun an aggregation query to list visitors | Run an aggregation query to list visitors |
get_feature_usageGet usage data for a specific feature | Get usage data for a specific feature |
list_guidesList all in-app guides | List all in-app guides |
track_eventTrack a custom event for a visitor | Track a custom event for a visitor |
custom_api_callMake a custom API call to the Pendo API | Make a custom API call to the Pendo API |
Triggers
| Name | Description |
|---|---|
guide_seenTriggers when a guide has been seen by new visitors (polling) | Triggers when a guide has been seen by new visitors (polling) |
Quick Start
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.