innosend/magento2-integration

Innosend Integration Module for Magento 2 - Core API connector

Maintainers

Package info

github.com/Innosend/magento2-integration

Type:magento2-module

pkg:composer/innosend/magento2-integration

Statistics

Installs: 2

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.6 2026-03-30 15:56 UTC

This package is auto-updated.

Last update: 2026-04-13 13:33:47 UTC


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

  1. Navigate to Stores > Configuration > Innosend > API Configuration
  2. Enable the module
  3. Select Test or Live mode
  4. Enter your API TOKEN
  5. (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.