This is the core integration module for Innosend in Magento 2. It provides the API client and configuration management used by other Innosend modules.
composer require innosend/magento2-integration
php bin/magento module:enable Innosend_Integration
php bin/magento setup:upgrade
php bin/magento cache:flush- Navigate to Stores > Configuration > Innosend > API Configuration
- Enable the module
- Select Test or Live mode
- Enter your API TOKEN
- (Optional) configure endpoint URLs and timeout
- The Magento module name is
Innosend_Integration. - Other Innosend modules should depend on this package for API connectivity.