ALICE Version 1.6.0

🚀 New Features

New API Endpoint for Online Tools
  • Added a new endpoint /api/online-tools for POST and PUT requests, now available per website.
  • PUT requests will create a new online tools entry if one does not exist or update an existing entry.
Enhanced Online Tools Fetching & Caching
  • ALICE now includes location data in /websites/:id/online-tools-route.
Admin Navigation Update
  • Updated the admin navigation to support new Online Tool settings while keeping legacy online tools accessible.

Minor Improvements

  • ALICE APIs now return empty strings/arrays instead of null to ensure data consistency.

Bug Fixes

  • Resolving an issue in Leads Matching CSV processing, where if a record in the CSV didn’t have a phone or email specified, it would match to an incorrect customer.
  • Resolved an issue in the frontend deployment pipeline related to Corepack, ensuring smoother deployments.