Merging Guest and User Sessions
Nov 7, 2023
A common pattern in onboarding is letting a user complete a Flow before they register an account. Without help, this requires a custom datastore, cookie or local-storage juggling, and hundreds of lines of code to map guest data to the real user.
Engage now lets you map all data and state from an unauthenticated user to their registered account with one line of code. Use `linkExistingGuestSessionToUser` in the Flows hook. Available in `@frigade/react` 1.38.8 and above.
- Jun 12, 2024
(Re)introducing the Carousel Checklist
Carousel checklists are one of the most popular UI patterns for SaaS onboarding (Mercury and Cal both use them to activate new customers). We offered one in the Engage v1 SDK, and by popular demand, a fully upgraded `<Checklist.Carousel />` component is back in v2.
- May 17, 2024
Dashboard Graph Upgrade
We've added more functionality to the graphs on the Frigade dashboard. Now you can easily toggle between different date ranges and see performance over time at a glance.
- May 10, 2024
Slack Integration for Frigade Engage
Our Slack integration is live for all paid plans. Send messages to a Slack channel when users take actions in your Flows. For instance, notify a channel when a user submits a form or completes an important step in a checklist.