benhauer/salesmanago-integration

SALESmanago is now Manago AI! This package is an archived SALESmanago Magento 2 integration and is no longer the recommended version for new implementations. Please use the new Manago AI Magento integration instead: More information: https://support.manago.ai/integration-with-magento-1-2/

Maintainers

Package info

bitbucket.org/ruslan_barlozhetskyi/sso-magento2-public

Type:magento2-module

pkg:composer/benhauer/salesmanago-integration

Transparency log

Statistics

Installs: 156 943

Dependents: 0

Suggesters: 0

4.15.1 2026-06-29 10:12 UTC

This package is auto-updated.

Last update: 2026-07-01 09:31:37 UTC


README

Deprecated package
This package is deprecated and should not be used for new implementations.

Please use the new Manago AI Magento 2 integration instead:
link to the new Packagist package

More information:
https://support.manago.ai/integration-with-magento-1-2/

About

This package provides a Magento 2 integration with Manago AI.

After installation, log in to the integration from your Magento admin panel and complete the configuration.

Scope of integration

The integration supports:

  • sending cart and purchase events
  • exporting contacts and historical transactions
  • adding the Manago AI tracking code to the website
  • sending contact data and opt-in / opt-out status
  • assigning tags based on selected customer actions
  • basic support for Live Chat, Pop-ups, and Web Push
  • contact form integration
  • back synchronization of contacts between Magento and Manago AI

The plugin uses Magento data and events to send information to Manago AI.

Requirements

  • PHP 7.4 or higher
  • cURL extension
  • Magento 2

Installation

For production:

composer require benhauer/salesmanago-integration --no-dev

For development:

composer require benhauer/salesmanago-integration

Run Magento commands:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush