Query analytics, manage profiles, and administer Mixpanel pipelines and feature flags. When Mixpanel hits a threshold, kick off the next step across your tools.
Aggregated Event Property ValuesAggregate counts of an event, segmented by the values of one property.
Aggregate Event CountsAggregate counts of one or more named events over time (general / unique / average).
Check Status of DeletionGDPR: checks the status of a data-deletion request.
Check Status of RetrievalGDPR: checks the status of a data-retrieval (subject access) request.
Custom JQL QueryRuns an arbitrary JQL (JavaScript Query Language) script. DEPRECATED by vendor — see help.
Download DataStreams raw historical event data (newline-delimited JSON) for a date range.
Get AnnotationFetches one annotation by id.
Get Annotation TagsFetches the project’s annotation tag vocabulary.
Get ExperimentFetches one A/B experiment by id.
Get Feature FlagFetches one feature flag by id.
Get Flag DefinitionsFetches the raw rule/rollout definitions for a feature flag (the JSON the SDK evaluates client-side).
Get Import HistoryLists historical HTTP/batch import jobs recorded by the Import Monitoring API.
Get PipelineFetches one warehouse-connector data pipeline by id.
Get Service AccountFetches one organization service account by id.
Get Variant AssignmentsFetches the current variant assignment for a distinct_id across experiments.
Get Warehouse ImportFetches one one-time warehouse-sourced import job by id.
List AnnotationsLists annotations (markers on charts) for the project.
List ExperimentsLists A/B experiments configured for the project.
List Feature FlagsLists feature flags configured for the project.
List for EntityLists Lexicon property/event schemas for one entity type.
List for Entity and NameFetches the Lexicon schema history for one specific entity + name.
List Lookup TablesLists Lexicon lookup tables for the project.
List Pipeline LogsLists run logs for one data pipeline.
List PipelinesLists warehouse-connector data pipelines configured for the project.
List Saved CohortsLists saved cohorts defined in the project.
List Saved FunnelsLists saved funnel definitions (id + name) for the project.
List SchemasLists all Lexicon schemas (all entities) for the project.
List Service AccountsLists service accounts for the organization.
List Service Accounts For ProjectLists service accounts scoped to (i.e. granted on) this connection’s project only.
List Warehouse ImportsLists one-time warehouse-sourced import jobs for the project.
Numerically AverageAverage of a numeric property over time, per event.
Numerically BucketHistogram-bucketed distribution of a numeric property.
Numerically SumSum of a numeric property over time, per event.
Profile Event ActivityRaw event activity stream for a set of user profiles.
Query Frequency ReportFrequency-of-return report: how often users come back after a "born" event.
Query Funnels ReportRun a previously-saved funnel report.
Query Insights ReportRun a previously-saved Insights (Saved Report) board.
Query ProfilesSearches/queries user profiles (Engage) with a filter expression.
Query Retention ReportCohort retention report (birth event vs. return event).
Query Segmentation ReportSegment an event’s counts by a property expression.
Today's Top EventsTop events by volume for the current day only (no date range — vendor endpoint has none).
Top Event PropertiesTop properties (by usage) for a given event.
Top Event Property ValuesTop values (by usage) for a given event + property.
Top EventsTop event names by volume (event-names overview, not date-scoped).
Add Group Profile Property OnceSets one or more group profile properties only if they are not already set ($set_once). Renamed from the picker draft’s "Set Group Profile Property Once" — a leading "Set" would bucket this as Update per invariant 9’s verb regex; renamed to keep the confirmed Create bucket honest.
Add User Profile Property OnceSets one or more user profile properties only if they are not already set ($set_once). Renamed from "Set User Profile Property Once" for the same invariant-9 bucketing reason as Add Group Profile Property Once.
Cancel a DeletionGDPR: cancels a pending data-deletion request.
Create a DeletionGDPR: requests deletion of all data for the given distinct_ids.
Create AliasLegacy identity-merge: associates a new alias id with an existing distinct_id.
Create AnnotationsCreates a chart annotation on the given date.
Create Annotation TagCreates a new annotation tag in the project’s tag vocabulary.
Create a RetrievalGDPR: requests a data export (subject access request) for the given distinct_ids.
Create Event Stream ImportRegisters a one-time event-stream import job sourced from a connected data warehouse table.
Create ExperimentCreates a new A/B experiment.
Create Feature FlagCreates a new feature flag.
Create Groups ImportRegisters a one-time group-profile import job sourced from a connected data warehouse table.
Create IdentityID Merge: creates a new identity mapping between an anonymous id and an identified (known) id. Ships via /import (Service Account Basic + project_id), NOT the project token — /import never accepts the token per invariant m1.
Create Lookup Table ImportCreates a new Lexicon lookup table, seeded with initial CSV/JSON data.
Create People ImportRegisters a one-time user-profile import job sourced from a connected data warehouse table.
Create PipelineCreates a new warehouse-connector data pipeline.
Create/Replace MultipleBatch creates/replaces multiple Lexicon schema entries in one call.
Create/Replace OneCreates (or fully replaces) a single Lexicon schema entry for one entity + name.
Create Service AccountCreates a new organization service account.
Delete All Schemas⚠️ Deletes EVERY Lexicon schema entry for every entity in the project — irreversible. Confirm scope before running.
Delete AnnotationDeletes an annotation from the project by ID.
Delete ExperimentDeletes an A/B experiment from the project by ID.
Delete Feature FlagDeletes a feature flag from the project by ID.
Delete for EntityDeletes every Lexicon schema entry for the given entity in the project.
Delete for Entity and NameDeletes the Lexicon schema entry for the given entity and name in the project.
Delete GroupPermanently deletes an entire group profile ($delete).
Delete Group Profile PropertyDeletes one or more properties from a group profile ($unset).
Delete PipelineDeletes a data pipeline from the project by ID.
Delete Service AccountPermanently deletes an organization service account.
Delete User ProfilePermanently deletes an entire user profile ($delete).
Delete User Profile PropertyDeletes one or more properties from a user profile ($unset).
Delete Warehouse ImportDeletes a warehouse import from the project by ID.
Edit AnnotationUpdates an existing annotation’s date/description. Renamed from "Patch Annotation" — "Patch" matches no bucketing verb; renamed to keep the confirmed Update bucket honest.
Edit PipelineUpdates a data pipeline’s configuration.
Import EventsBatch-imports historical events (up to ~2 MB per call). Requires Service Account Basic + project_id — the project token is NOT accepted here.
Make an API CallPerforms an arbitrary authorized Mixpanel API request against any of the four API families.
Run an ImportStarts a previously-created (Create Event Stream / Groups / People Import) warehouse import job.
Set Experiment ArchivedArchives an experiment (renamed from "Archive Experiment" — "Archive" matches the DELETE verb regex, which would mis-bucket it; renamed to keep the confirmed Update bucket honest).
Set Experiment ConcludedForce-concludes a running experiment, promoting a winning variant (renamed from "Force Conclude Experiment" — "Force" matches no bucketing verb; renamed to keep the confirmed Update bucket honest).
Set Experiment DecisionRecords/forces an experiment variant decision for a distinct_id (renamed from "Decide Experiment" — "Decide" matches no bucketing verb and would fall through to Create; renamed to keep the confirmed Update bucket honest).
Set Experiment LaunchedLaunches a draft experiment (renamed from "Launch Experiment" — "Launch" matches no bucketing verb; renamed to keep the confirmed Update bucket honest).
Set Experiment UnarchivedUnarchives a previously archived experiment (renamed from "Unarchive Experiment" for consistency with Set Experiment Archived).
Set Pipeline PausedPauses a running data pipeline (renamed from "Pause Pipeline" — "Pause" matches no bucketing verb; renamed to keep the confirmed Update bucket honest).
Set Pipeline ResumedResumes a paused data pipeline (renamed from "Resume Pipeline" — "Resume" matches no bucketing verb; renamed to keep the confirmed Update bucket honest).
Set User Profile PropertySets one or more user profile properties ($set), overwriting existing values.
Track EventsSends one or more events to Mixpanel ingestion. Authenticates with the connection’s Project Token via HTTP Basic (username=token, blank password) — the one auth path scoped to /track per invariant m1.
Update ExperimentUpdates an experiment’s name/description/variants.
Update Feature FlagUpdates a feature flag’s name/description/variants.
Update Group Profile List Property (Remove)Removes a value from a group profile list property ($remove). Renamed from "Remove from Group Profile List Property" — "Remove" matches the DELETE verb regex; renamed to keep the confirmed Update bucket honest.
Update Group Profile List Property (Union)Union-adds a value to a group profile list property ($union). Renamed from "Union to Group Profile List Property" to bucket via the ^update verb.
Update Group Profile PropertySets one or more group profile properties ($set), overwriting existing values.
Update Identity Mapping (Merge)ID Merge: merges two existing identities into one (renamed from "Merge Identities" to bucket via the ^update verb). Ships via /import (Basic + project_id) like Create Identity.
Update List Property (Append)Appends a value to a list property on a user OR group profile ($append). Renamed from "Append to List Property" — unchanged meaning, chosen to bucket via the ^update verb.
Update Lookup Table (Replace)Replaces a Lexicon lookup table’s entire data set. Renamed from "Replace a Lookup Table" — "Replace" matches no bucketing verb; renamed to keep the confirmed Update bucket honest.
Update Multiple Group ProfilesBulk $set update for multiple group profiles in one call (renamed from "Batch Update Group Profiles" for label/parity consistency with Update Multiple Profiles).
Update Multiple ProfilesBulk $set update for multiple user profiles in one call.
Update Numerical Property (Increment)Increments (or decrements) a numeric user profile property ($add). Renamed from "Increment Numerical Property" to bucket via the ^update verb.
Update Service Account Access (Grant)Grants a service account access to one or more projects. Renamed from the picker draft’s "Add Service Accounts To Projects" — a leading "Add" bucketed as Create; renamed to keep the confirmed Update bucket honest.
Update Service Account Access (Revoke)Revokes a service account’s access to one or more projects. Renamed from "Remove Service Accounts From Projects" — "Remove" matches the DELETE verb regex; renamed to keep the confirmed Update bucket honest.
Update User Profile List Property (Remove)Removes a value from a user profile list property ($remove). Renamed from "Remove from User Profile List Property" for the same invariant-9 reason.
Update User Profile List Property (Union)Union-adds a value to a user profile list property ($union). Renamed from "Union to User Profile List Property" for the same invariant-9 reason.
Update Warehouse ImportUpdates a warehouse import job’s schedule/mapping.
When to use Mixpanel
Common scenarios where Mixpanel automation saves time and reduces manual work.
Automate "Aggregated Event Property Values" in Mixpanel as a workflow step — combine it with triggers, filters, and AI steps for full-pipeline coverage.
Run "Aggregate Event Counts" in Mixpanel from any upstream event — map fields once and let the automation handle the rest.
Include "Check Status of Deletion" from Mixpanel in larger multi-tool workflows to move data end-to-end without hand-offs.
Frequently asked questions
Common questions about automating Mixpanel in your workflows.
Mixpanel has no triggers, but it provides 106 actions including "Aggregated Event Property Values", "Aggregate Event Counts", and "Check Status of Deletion". Pair them with triggers from other apps to automate Mixpanel tasks.
Connect Mixpanel to any app in workflows
Search apps and open an app-to-app integration page in one click.