Mixpanel · Arazzo Workflow
Mixpanel Update Profile and Query Engagement
Version 1.0.0
Set a user's People profile and then query an engagement event for that activity.
View Spec
View on GitHub
AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
profile-and-engage-query
Set People profile properties then query an engagement event for the user.
Posts a $set profile update to /engage with the project token, then queries /segmentation for an engagement event filtered to that distinct_id.
1
setProfile
updateUserProfile
Set profile properties on the user via Mixpanel People. Authentication uses the project token carried in the $token body field.
2
queryEngagement
querySegmentation
Query event segmentation for the engagement event filtered to the user so the profile update can be related to behavior. Uses service account basic auth.
Source API Descriptions
openapi