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 ingestion1
Step 1
Sign in at https://mixpanel.com
2
Step 2
Go to Settings > Project Settings
3
Step 3
Copy your Project Token
4
Step 4
Paste the token below
Required Credentials
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.