Amplitude integration | Zervanor
← All connectors

Amplitude

Also an agent tool
data-analytics

Amplitude Analytics (Basic-authed management + query surface): export raw events, run segmentation/funnel/retention queries, look up users, manage annotations, behavioral cohorts, taxonomy (events/properties/categories) and releases via the Dashboard REST, Export, Cohorts, Taxonomy and Releases APIs.

40 actions · 1 triggers

The Amplitude integration lets you connect Amplitude to your automations with 40 actions and 1 triggers — and every action is also a tool an AI agent can call. Examples: List Events, Export Raw Events, Event Segmentation, Funnel Analysis, Retention Analysis. 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.

Triggers 1

Events in Amplitude that can start a workflow.

polling

New Amplitude events (polled export window)

Polls GET /api/2/export on a schedule, advancing the start hour watermark. Response is a zip of event JSON; the engine advances the window each run.

Actions 40

What Zervanor can do in Amplitude.

GET

List Events

List events tracked in the project with weekly totals (GET /api/2/events/list). Safe, no-parameter identity + connectivity probe.

GET

Export Raw Events

Export a zipped archive of raw event JSON for a time window (GET /api/2/export). start/end are hour-granular (YYYYMMDDTHH). Max 365-day span, 4GB per request. Response is a binary zip.

GET

Event Segmentation

Get metrics for an event over time with optional segmentation and grouping (GET /api/2/events/segmentation).

GET

Funnel Analysis

Get conversion and drop-off rates across an ordered set of events (GET /api/2/funnels).

GET

Retention Analysis

Compute retention between a start event and a return event over time (GET /api/2/retention).

GET

Get User Activity

Get a user's summary and recent event history (GET /api/2/useractivity).

GET

Search Users

Search users by Amplitude ID, User ID, Device ID or user property value (GET /api/2/usersearch).

GET

Realtime Active Users

Get active-user counts at 5-minute granularity over a 2-day window (GET /api/2/realtime).

GET

Get Chart Results

Retrieve the results of an existing saved chart as CSV (GET /api/3/chart/{chart_id}/csv).

GET

List Annotations

List all chart annotations (GET /api/3/annotations).

GET

Get Annotation

Get a single chart annotation by id (GET /api/3/annotations/{annotation_id}).

POST

Create Annotation

Create a chart annotation (POST /api/3/annotations).

PUT

Update Annotation

Update a chart annotation (PUT /api/3/annotations/{annotation_id}).

DELETE

Delete Annotation

Delete a chart annotation (DELETE /api/3/annotations/{annotation_id}).

GET

List Cohorts

List all behavioral cohorts in the project (GET /api/3/cohorts).

GET

Request Cohort Download

Request a download of a cohort's membership; returns a request_id to poll (GET /api/5/cohorts/request/{id}).

GET

Get Cohort Request Status

Poll the status of an async cohort download request (GET /api/5/cohorts/request-status/{request_id}).

GET

Get Cohort File

Download the completed cohort membership file for a finished request (GET /api/5/cohorts/request/{request_id}/file).

POST

Upload Cohort

Create a new cohort or update an existing one from a list of User IDs or Amplitude IDs (POST /api/3/cohorts/upload).

POST

Update Cohort Membership

Add or remove members of a list-based cohort (POST /api/3/cohorts/membership).

GET

Get Cohort Download Usage

Check the current monthly usage and limit for the Behavioral Cohorts Download API (GET /api/3/cohorts/usage).

GET

List Taxonomy Event Types

List all event types in the tracking plan (GET /api/2/taxonomy/event).

GET

Get Taxonomy Event Type

Get a single event type by name (GET /api/2/taxonomy/event/{event_type}).

POST

Create Taxonomy Event Type

Create an event type in the tracking plan (POST /api/2/taxonomy/event).

PUT

Update Taxonomy Event Type

Update an event type (PUT /api/2/taxonomy/event/{event_type}).

DELETE

Delete Taxonomy Event Type

Delete an event type (DELETE /api/2/taxonomy/event/{event_type}).

GET

List Taxonomy Event Properties

List event properties in the tracking plan (GET /api/2/taxonomy/event-property).

POST

Create Taxonomy Event Property

Create an event property (POST /api/2/taxonomy/event-property).

PUT

Update Taxonomy Event Property

Update an event property (PUT /api/2/taxonomy/event-property/{event_property}).

DELETE

Delete Taxonomy Event Property

Delete an event property (DELETE /api/2/taxonomy/event-property/{event_property}).

GET

List Taxonomy User Properties

List all user properties in the tracking plan (GET /api/2/taxonomy/user-property).

GET

Get Taxonomy User Property

Get a single user property by name (GET /api/2/taxonomy/user-property/{user_property}).

POST

Create Taxonomy User Property

Create a user property (POST /api/2/taxonomy/user-property).

PUT

Update Taxonomy User Property

Update a user property (PUT /api/2/taxonomy/user-property/{user_property}).

DELETE

Delete Taxonomy User Property

Delete a user property (DELETE /api/2/taxonomy/user-property/{user_property}).

GET

List Taxonomy Categories

List all event categories in the tracking plan (GET /api/2/taxonomy/category).

POST

Create Taxonomy Category

Create an event category (POST /api/2/taxonomy/category).

PUT

Update Taxonomy Category

Update an event category (PUT /api/2/taxonomy/category/{category_id}).

DELETE

Delete Taxonomy Category

Delete an event category (DELETE /api/2/taxonomy/category/{category_id}).

POST

Create Release

Create a release marker (POST /api/2/release). Useful for annotating deploys against analytics.

Automations using Amplitude

Build your own automation with Amplitude in the visual builder.

Frequently asked questions

What can I automate with Amplitude?

40 actions are available — for example: List Events, Export Raw Events, Event Segmentation, Funnel Analysis, Retention Analysis, and more.

Which Amplitude events can start a workflow?

1 triggers — for example: New Amplitude events (polled export window).

Can Amplitude be used as an AI agent tool?

Yes. Every Amplitude action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.

How is the Amplitude integration modelled?

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