Overview
Add Mixpanel to any ModuleX agent or workflow. Product analytics platform for tracking user events and behaviors via the Mixpanel Track API (api.mixpanel.com).
Categories: Analytics & Data · Analytics · Product Analytics · Auth: Project Token · Actions: 1
Authentication
Project Token
Authenticate using your Mixpanel Project Token for event ingestionStep 1
Sign in at https://mixpanel.com
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Project Token | Your Mixpanel Project Token from Settings > Project Settings | Yes | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
| Ingestion Base URL | Mixpanel ingestion base URL (optional — leave empty for https://api.mixpanel.com US default). Set to https://api-eu.mixpanel.com for EU data residency projects. | No | https://api.mixpanel.com |
Available Actions
emit_event_to — Send an event to Mixpanel
emit_event_to — Send an event to Mixpanel
Limits & Quotas
- No documented per-token rate limits for the Track API ingestion endpoint.
- Mixpanel recommends batching events (up to 2000 per request) for high-volume use cases; this integration sends one event per call.
- Error model: non-2xx responses and Mixpanel rejections (response body
0) are caught and returned assuccess=False+errorrather than raising.