Tool to set user profile properties in Mixpanel using the $set operation. Use when you need to create or update properties on a user profile. Properties specified will be created if they don't exist, or overwritten if they do. If the profile doesn't exist, it will be created wit…
ipstringIP address for geolocation enrichment. Set to '0' to prevent updating geolocation data. If not provided, Mixpanel uses the request IP. Geolocation properties ($city, $region, mp_country_code) are derived and the IP is discarded.
timeintegerUnix timestamp (seconds since epoch) indicating when the profile update occurred. Defaults to the current server time if not provided.
tokenRequiredstringYour Mixpanel project authentication token. Required for authenticating the request.
distinct_idRequiredstringThe unique identifier for the user profile to update. This determines which profile will be modified.
ignore_timebooleanIf true, prevents Mixpanel from automatically updating the 'Last Seen' property. Defaults to false.
set_propertiesRequiredobjectA dictionary of properties to set on the user profile. These properties will be created if they don't exist, or overwritten if they do. Common properties include 'name', 'email', 'status', etc.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.