professio / inboxify
Professio Inboxify Integration for Magento 2
Requires
- php: >=5.3.0
- ext-hash: *
- ext-json: *
- ext-sockets: *
- magento/framework: ~100.0
- magento/module-checkout: ~100.0
- magento/module-customer: ~100.0
- magento/module-store: ~100.0
- professio/inboxify-api-php: ~1.0
This package is not auto-updated.
Last update: 2025-04-30 06:07:53 UTC
README
This repository contains official Inboxify client for Magento 2.
Requirements
- PHP >= 5.3
- PHP module HASH
- PHP module JSON
- PHP module Sockets
- BudgetMailer API Account
- Magento version 1.6 or higher
Installation
You can install module using one of the following methods.
Magento Marketplace
XXX The module is being currently in approval process for Magento Marketplace. After it's approved we will provide you with the link here.
Composer
You can install module using composer package management tool:
- download the module and API client:
composer require professio/magento2
- install module to Magento 2:
php bin/magento setup:upgrade
Configuration
After module installation go to Magento Configuration back-end, then in menu
select Store
-> Configuration
, and click on Inboxify
in Customers
tab.
The required configuration directives are: API Endpoint
, API Key
, API Secret
and List
.
After initial API configuration is saved, the list of mailing lists will be loaded automatically.
Copyright
MIT License
Contact Information
- Email: info@inboxify.nl
- Website: Inboxify
Changelog
1.0.2 (2017-06-30):
- version bump for composer
1.0.1 (2017-06-30):
- change API endpoint and other URLs from .eu to .nl
1.0.0:
- Initial version