Skip to content

Commit

Permalink
docs: fix Mixpanel casing ugliness *shudders* (#5052)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Jan 29, 2025
1 parent b325998 commit 9cd9a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/integrations/analytics/mixpanel.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ Every time an `Identity` requests their flags from the Flagsmith API, Flagsmith

If you want to control Flagsmith Flags based on Cohorts in Mixpanel, you will need to send cohort data from Mixpanel
into Flagsmith. There is no way currently of automating this process from the Mixpanel side, but you can send cohort
data from MixPanel into Flagsmith, using [Mixpanel Webhooks](https://developer.mixpanel.com/docs/cohort-webhooks). The
data from Mixpanel into Flagsmith, using [Mixpanel Webhooks](https://developer.mixpanel.com/docs/cohort-webhooks). The
flow looks like this:

Identity cohort changes in Mixpanel -> Triggers MixPanel Webhook -> Hits endpoint on your infrastructure -> You trigger
Identity cohort changes in Mixpanel -> Triggers Mixpanel Webhook -> Hits endpoint on your infrastructure -> You trigger
a request to Flagsmith to set traits

This Webhook will be triggered by Mixpanel as Identities/Users enter or leave Mixpanel cohorts. We can use this trigger
Expand Down

0 comments on commit 9cd9a03

Please sign in to comment.