Get your Mixpanel API Key and Secret from your Mixpanel project. Click on "Accounts > Projects" and set the following environment variables in Slack using setenv
:
NESTOR_MIXPANEL_API_KEY
: Mixpanel API KeyNESTOR_MIXPANEL_API_SECRET
: Mixpanel API Secretmixpanel people
: Get information about users who were most recently seen in your app.mixpanel event Installed App
: Get how many total occurrences of this event happened. You can also specify a timeframe and say mixpanel event Installed App over the last 7 days
mixpanel event Installed App by team_name
: Get how many total occurrences of this event happened, grouped by a certain attribute name. You can also specify a timeframe and say mixpanel event Installed App over the last 2 weeks
.The source for this app is available at asknestor-apps/mixpanel.