Workspace Automation & HoodEngage Experiment Enhancements

September 8, 2025

This release brings multiple backend improvements, new workspace automation features, and several critical bug fixes aimed at improving overall platform stability and user experience.


Features

  • Quick View Drawer for Experiments
    Introduced a new right-side drawer for the Experiments Listing page. Users can now inspect experiment details, review statuses, and perform quick actions (like stopping or finalizing tests) without leaving the main list view.

  • App Installation on Workspace Creation
    New workspaces can now include a predefined set of apps automatically installed during creation. This enhancement improves onboarding and eliminates empty workspace setups, ensuring users can start working immediately.

  • “Remember Me” Option on Login
    Added a new “Remember me” checkbox to the login page. When selected, the session persists for an extended period, allowing users to stay logged in without repeatedly entering their credentials.

  • Cleanup of Deprecated Permissions
    Removed unused or outdated permissions and aligned related endpoints under unified permission structures. This reduces confusion, improves security, and ensures consistent access management.

  • Partner Sequence Refactor
    Improved backend reliability for partner ID generation to prevent rare cases of invalid records and ensure consistent data integrity across partner resources.

  • Profile Creation Sync
    Enhanced profile creation flow to ensure all data is fully written and synchronized before confirming completion, improving data consistency across distributed systems.

  • Real-Time Dictionary Reload (ClickHouse)
    Optimized real-time data synchronization between MariaDB and ClickHouse to ensure that new or updated entries become available immediately without unnecessary refresh delays.

  • Audit SendEmail & SendSms Handlers
    Deprecated unused API endpoints for sending emails and SMS directly from profile routes, reducing maintenance overhead and ensuring all live endpoints are verified and intentional.

  • Database Migration Framework (Go API)
    Introduced automated database migrations for the Go API project, enabling seamless schema management and version tracking across environments.


Bug Fixes

  • Custom Data in Targeting
    Fixed an issue where custom targeting data was lost or triggered errors when updating campaigns or segments with multiple targeting fragments.

  • Email Object Validation in Message Array (API)
    Corrected API validation to properly return an error when creating campaigns with email channels missing the required email object in the message array.

  • Profile Creation API Error (Phone Number +88)
    Fixed an internal server error when creating profiles with certain international phone number formats.

  • Activity Log Subresource Naming
    Standardized subresource naming in activity logs for modals, tags, and push prompts to ensure consistent and human-readable messages across all resource types.