professio/inboxify

Professio Inboxify Integration for Magento 2

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:magento2-module

1.0.2 2017-06-30 05:53 UTC

This package is not auto-updated.

Last update: 2024-06-12 02:06:04 UTC


README

This repository contains official Inboxify client for Magento 2.

Requirements

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

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