innosend / magento2-integration
Innosend Integration Module for Magento 2 - Core API connector
Package info
github.com/Innosend/magento2-integration
Type:magento2-module
pkg:composer/innosend/magento2-integration
1.2.0
2026-09-08 16:09 UTC
Requires
- php: ~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0
- magento/framework: >=102.0.0 <104.0.0
- magento/module-config: ^101.0.0
- magento/module-store: ^101.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This is the core integration module for Innosend in Magento 2. It provides the API client and configuration management used by other Innosend modules.
Installation
composer require innosend/magento2-integration php bin/magento module:enable Innosend_Integration php bin/magento setup:upgrade php bin/magento cache:flush
Configuration
- 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
Notes
- The Magento module name is
Innosend_Integration. - Other Innosend modules should depend on this package for API connectivity.