Automating Customer-Specific Boards in Mixpanel for Trials
Hi everyone, I’m looking to set up an automated way to generate customer-specific boards with insights for my product. Currently, I have a board that provides insights for one trial customer, and I would like to replicate this type of board for all future trial customers. Ideally, when a new trial customer is created, an API would be called to create a board that calculates insights for that specific customer. Specifically, I’d like to know if Mixpanel supports the following workflow:
Clone the existing board or generate a similar board with the insights whenever a new customer is added to our database.
Update the Board/Insights with customer-specific values for the filters and events I am using to calculate these insights—essentially replacing the customer ID for all filters.
Alternatively, is there a recommended approach for dynamically filtering a single dashboard to show insights for individual customers? I’d love to hear your guidance on how to implement this most efficiently with Mixpanel. Thanks for your help!