Pendo
Aynı zamanda bir ajan aracı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 eylemler · 0 tetikleyiciler
Pendo entegrasyonu — 20 aksiyon ile Pendo'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Features, Run Aggregation, Get Feature, Create Feature, Update Feature. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Eylemler 20
Zervanor'un Pendo üzerinde yapabilecekleri.
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.
Aramanızla eşleşen bir şey yok.
Pendo kullanan Çözüm Şablonları
Pendo ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Pendo ile neler otomatikleştirebilirim?
20 aksiyon var — örneğin: List Features, Run Aggregation, Get Feature, Create Feature, Update Feature ve daha fazlası.
Pendo bir AI agent aracı olarak kullanılabilir mi?
Evet. Pendo'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Pendo entegrasyonu nasıl modellenir?
Pendo sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.