Pendo integration | Zervanor
← All connectors

Pendo

Also an agent tool
data-analytics

Pendo 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.

GET

List Features

List all features (GET /api/v1/feature). Safe read-only identity + connectivity probe. Optionally filter to one application with appId.

POST

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

Get Feature

Get a single feature by id (GET /api/v1/feature/{id}).

POST

Create Feature

Create a feature (POST /api/v1/feature). A feature tags a UI element (e.g. a button click) for tracking.

PUT

Update Feature

Update an existing feature (PUT /api/v1/feature/{id}).

GET

List Pages

List all pages (GET /api/v1/page). Optionally filter to one application with appId.

GET

Get Page

Get a single page by id (GET /api/v1/page/{id}).

POST

Create Page

Create a page (POST /api/v1/page). A page defines a set of URL rules for tracking a screen/view.

PUT

Update Page

Update an existing page (PUT /api/v1/page/{id}).

GET

List Guides

List all guides (GET /api/v1/guide). Optionally filter to one application with appId.

GET

Get Guide

Get a single guide by id, including its steps and details (GET /api/v1/guide/{id}).

GET

List Reports

List all saved reports (GET /api/v1/report).

GET

Get Report

Get a saved report's definition by id (GET /api/v1/report/{reportId}).

GET

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

Get Visitor

Get details for a single visitor (GET /api/v1/visitor/{visitorId}).

POST

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

Get Account

Get details for a single account (GET /api/v1/account/{accountId}).

POST

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

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

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.

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.