Amplitude ​
Track events, analyze product usage, and query cohorts with Amplitude.
| Detail | Value |
|---|---|
| Category | Marketing & Analytics |
| Base URL | https://api2.amplitude.com |
| Authentication | API Key |
| Endpoints | 5 |
| Connector key | amplitude |
Using Amplitude in a workflow ​
- Go to Connections and click New Connection.
- Pick Amplitude from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /2/httpapi | Track events |
| POST /identify | Identify a user |
| GET /2/events/segmentation | Query event segmentation |
| GET /2/users/{amplitude_id}/events | Get events for a user |
| GET /2/funnels | Query funnel analysis |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.