Pendo
Also an agent toolPendo Engage: run Aggregation analytics queries, read and manage features/pages/guides/reports, get visitor and account details, and set custom visitor/account metadata.
20 actions · 0 triggers
The Pendo integration lets you connect Pendo to your automations with 20 actions — and every action is also a tool an AI agent can call. Examples: List Features, Run Aggregation, Get Feature, Create Feature, Update Feature. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Actions 20
What Zervanor can do in Pendo.
List Features
List all features (GET /api/v1/feature). Safe read-only identity + connectivity probe. Optionally filter to one application with appId.
Run Aggregation
Run an Aggregation query (POST /api/v1/aggregation). Pendo's core analytics query language over sources such as visitors, accounts, events, pageEvents, guideEvents, pollEvents and trackEvents. Pass the full aggregation pipeline as the request body.
Get Feature
Get a single feature by id (GET /api/v1/feature/{id}).
Create Feature
Create a feature (POST /api/v1/feature). A feature tags a UI element (e.g. a button click) for tracking.
Update Feature
Update an existing feature (PUT /api/v1/feature/{id}).
List Pages
List all pages (GET /api/v1/page). Optionally filter to one application with appId.
Get Page
Get a single page by id (GET /api/v1/page/{id}).
Create Page
Create a page (POST /api/v1/page). A page defines a set of URL rules for tracking a screen/view.
Update Page
Update an existing page (PUT /api/v1/page/{id}).
List Guides
List all guides (GET /api/v1/guide). Optionally filter to one application with appId.
Get Guide
Get a single guide by id, including its steps and details (GET /api/v1/guide/{id}).
List Reports
List all saved reports (GET /api/v1/report).
Get Report
Get a saved report's definition by id (GET /api/v1/report/{reportId}).
Run Report
Run a saved report and return its results as CSV (GET /api/v1/report/{reportId}/results.csv). Supported for Visitor and Account reports; Paths, Funnels and Data Explore reports are not available via the API.
Get Visitor
Get details for a single visitor (GET /api/v1/visitor/{visitorId}).
Set Visitor Metadata
Set custom metadata values for one or more visitors (POST /api/v1/metadata/visitor/{group}/value). The group is the metadata field group (custom, agent, auto). Body is an array of { visitorId, values } objects.
Get Account
Get details for a single account (GET /api/v1/account/{accountId}).
Set Account Metadata
Set custom metadata values for one or more accounts (POST /api/v1/metadata/account/{group}/value). The group is the metadata field group (custom, agent, auto). Body is an array of { accountId, values } objects.
Get Visitor Metadata Schema
Get the metadata field schema for visitors (GET /api/v1/metadata/schema/visitor). Lists the available metadata fields and their data types/groups.
Get Account Metadata Schema
Get the metadata field schema for accounts (GET /api/v1/metadata/schema/account). Lists the available metadata fields and their data types/groups.
Nothing matches your search.
Automations using Pendo
Build your own automation with Pendo in the visual builder.
Frequently asked questions
What can I automate with Pendo?
20 actions are available — for example: List Features, Run Aggregation, Get Feature, Create Feature, Update Feature, and more.
Can Pendo be used as an AI agent tool?
Yes. Every Pendo action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the Pendo integration modelled?
Pendo is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.