Target Suggestions by date
Sep 16, 2026
Suggestions can now be targeted on dates. If you already send Frigade a date for each user, like when they signed up or when their trial ends, you can use it to decide who sees a Suggestion and when.
Pick a date property in the targeting section of any Suggestion and choose one of these:
- More than or less than a set time ago. Show a tips Suggestion to anyone who signed up over 30 days ago.
- Within the next few days, hours, or minutes. Nudge anyone whose trial ends this week.
- Before or after a specific date and time, picked from a calendar in your own timezone.
These stack with your other rules, so you can combine a date with a cohort or a page URL the same way you already do. Dates work whether your product stores them as ISO strings or timestamps.
- Oct 11, 2023
Updated Flow Analytics
After hearing feedback that customers wanted better performance insights directly in the dashboard, we gave Flow analytics a big update:
- Sep 12, 2023
Targeting Acquired
Targeting is how you control the state and visibility of Flows (and Steps) based on data about the current user. Previously, targeting was code-only: fine for simple queries, awkward for complex ones.
- Aug 31, 2023
Async Validation Handlers in Forms
Engage Forms now support asynchronous validation between steps using the `validationHandler` prop on `<FrigadeForm />`. Block the user from advancing until an async call (database, API, etc.) completes.