Skip to main content

Mixpanel connector

Back to the connector overview, authentication methods, and actions.
1 Sept 2026
bug-fixLookups for missing users, roles, groups, and organizations now return a not-found error.
mixpanel_unified_get_group, mixpanel_unified_get_me, mixpanel_unified_get_organization, mixpanel_unified_get_role, mixpanel_unified_get_user, mixpanel_unified_list_groups, mixpanel_unified_list_organizations, mixpanel_unified_list_resource_users, mixpanel_unified_list_roles, mixpanel_unified_list_users
19 Aug 2026
behavioral-bug-fixClarified the Set and Union list-property write actions (profiles and groups) so Set overwrites a property’s full value — replacing a whole list with the exact array provided — while Union only extends an existing list, preserving current items and ignoring duplicates.
mixpanel_set_group_properties, mixpanel_set_profile_properties, mixpanel_union_group_list_property, mixpanel_union_profile_list_property
18 Aug 2026
bug-fixDelete User Profile and Delete Group now return Mixpanel’s real result instead of always reporting “deleted successfully”, so a failed deletion surfaces the actual error. Clarified the profile and group write action descriptions to state that a Project Token must be set on the connection, and improved the Import Events guidance.
mixpanel_append_profile_list_property, mixpanel_delete_group, mixpanel_delete_profile, mixpanel_import_events, mixpanel_increment_profile_properties, mixpanel_remove_group_list_property, mixpanel_remove_profile_list_property, mixpanel_set_group_properties, mixpanel_set_group_properties_once, mixpanel_set_profile_properties, mixpanel_set_profile_properties_once, mixpanel_union_group_list_property, mixpanel_union_profile_list_property, mixpanel_unset_group_properties, mixpanel_unset_profile_properties
13 Aug 2026
bug-fix breakingFixed the profile, group, and identity write actions that required an unknowable project token in each request and could silently fail; they now use a new Project Token connection field and target a single record directly. Removed the redundant batch group and profile update actions.
mixpanel_batch_update_groups, mixpanel_batch_update_profiles
mixpanel_append_profile_list_property, mixpanel_create_alias, mixpanel_create_identity, mixpanel_delete_group, mixpanel_delete_profile, mixpanel_increment_profile_properties, mixpanel_remove_group_list_property, mixpanel_remove_profile_list_property, mixpanel_set_group_properties, mixpanel_set_group_properties_once, mixpanel_set_profile_properties, mixpanel_set_profile_properties_once, mixpanel_union_group_list_property, mixpanel_union_profile_list_property, mixpanel_unset_group_properties, mixpanel_unset_profile_properties
4 Aug 2026
guide-changesAdded portal screenshots to the Service Account connection guide and corrected the settings navigation, Create Service Account form fields, and where to find the Project ID, Organization ID, and Data Residency.
4 Aug 2026
bug-fixFix Data Residency region check at connection time. Removed the lookup-tables action from the connection test because it worked on both US and EU hosts and let accounts connect with the wrong region selected. Now connecting with the wrong region correctly fails.